summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/two.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/semko/two.stp')
-rwxr-xr-xtestsuite/semko/two.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/semko/two.stp b/testsuite/semko/two.stp
index acf0a973..5906687c 100755
--- a/testsuite/semko/two.stp
+++ b/testsuite/semko/two.stp
@@ -1,6 +1,6 @@
#! stap -p2
-function zoo (p) { p << 5; return 0 } # passing stats as function arg
+function zoo (p) { p <<< 5; return 0 } # passing stats as function arg
probe foo {
bar = 2 + "string"; # mixing integer+string arithmetic