diff options
Diffstat (limited to 'testsuite/parseko/three.stp')
-rwxr-xr-x | testsuite/parseko/three.stp | 5 |
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) ; } |