summaryrefslogtreecommitdiffstats
path: root/testsuite/semko/eight.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/semko/eight.stp')
-rwxr-xr-xtestsuite/semko/eight.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/semko/eight.stp b/testsuite/semko/eight.stp
index 7d297295..d95e225f 100755
--- a/testsuite/semko/eight.stp
+++ b/testsuite/semko/eight.stp
@@ -1,5 +1,5 @@
#! stap -p2
probe foo {
- stats << "string" # stats only collect numbers
+ stats <<< "string" # stats only collect numbers
}