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