summaryrefslogtreecommitdiffstats
path: root/testsuite/semok/three.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/semok/three.stp')
-rwxr-xr-xtestsuite/semok/three.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/semok/three.stp b/testsuite/semok/three.stp
index 41d726a0..6d822d0d 100755
--- a/testsuite/semok/three.stp
+++ b/testsuite/semok/three.stp
@@ -1,7 +1,7 @@
#! stap -p2
global b
-probe foo {
+probe begin {
a <<< 2;
b[4] <<< 4;
}