diff options
Diffstat (limited to 'testsuite/semok/three.stp')
-rwxr-xr-x | testsuite/semok/three.stp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/semok/three.stp b/testsuite/semok/three.stp index 100a5f2b..41d726a0 100755 --- a/testsuite/semok/three.stp +++ b/testsuite/semok/three.stp @@ -1,5 +1,6 @@ -#! semtest +#! stap -p2 +global b probe foo { a <<< 2; b[4] <<< 4; |