summaryrefslogtreecommitdiffstats
path: root/testsuite/semok/five.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/semok/five.stp')
-rwxr-xr-xtestsuite/semok/five.stp2
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;