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