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