diff options
Diffstat (limited to 'testsuite/semko/eight.stp')
-rwxr-xr-x | testsuite/semko/eight.stp | 2 |
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 } |