summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/three.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/parseko/three.stp')
-rwxr-xr-xtestsuite/parseko/three.stp5
1 files changed, 1 insertions, 4 deletions
diff --git a/testsuite/parseko/three.stp b/testsuite/parseko/three.stp
index be810e9d..b40c7708 100755
--- a/testsuite/parseko/three.stp
+++ b/testsuite/parseko/three.stp
@@ -1,7 +1,4 @@
#! stap -p1
-
probe foo {
- a(1)
-# need ;
- b(2)
+ foreach (a) ;
}