diff options
-rwxr-xr-x | testsuite/buildok/indent.stp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/buildok/indent.stp b/testsuite/buildok/indent.stp index 03480a51..b4d75da9 100755 --- a/testsuite/buildok/indent.stp +++ b/testsuite/buildok/indent.stp @@ -1,3 +1,5 @@ +#! stap -p4 + probe begin { print (thread_indent (1)) print ("yo\n") print (thread_indent (-1)) print ("ta\n") |