diff options
author | fche <fche> | 2006-03-06 13:47:42 +0000 |
---|---|---|
committer | fche <fche> | 2006-03-06 13:47:42 +0000 |
commit | 4dce476b4e34d9ba8d737246af9baedfb2a205d9 (patch) | |
tree | 86043e0507245b5b30788d4f2f8fa2b7c79d2791 /testsuite/buildok/indent.stp | |
parent | 6f9f33e208c46af712e40c089748c5185121ceaf (diff) | |
download | systemtap-steved-4dce476b4e34d9ba8d737246af9baedfb2a205d9.tar.gz systemtap-steved-4dce476b4e34d9ba8d737246af9baedfb2a205d9.tar.xz systemtap-steved-4dce476b4e34d9ba8d737246af9baedfb2a205d9.zip |
* typo fix #2, thanks bibo.mao@Intel.com
Diffstat (limited to 'testsuite/buildok/indent.stp')
-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") |