summaryrefslogtreecommitdiffstats
path: root/testsuite/parseko/three.stp
diff options
context:
space:
mode:
authorfche <fche>2005-05-21 01:35:34 +0000
committerfche <fche>2005-05-21 01:35:34 +0000
commit2b066ec1b8801b08052a68282ce34ef9c425ae8f (patch)
treed0b8aadc2521e2fbf1adde2d330bd7a941587087 /testsuite/parseko/three.stp
parenta199030a268b007580b57a83b511f97bbb65996f (diff)
downloadsystemtap-steved-2b066ec1b8801b08052a68282ce34ef9c425ae8f.tar.gz
systemtap-steved-2b066ec1b8801b08052a68282ce34ef9c425ae8f.tar.xz
systemtap-steved-2b066ec1b8801b08052a68282ce34ef9c425ae8f.zip
* at long last, a more full-bodied snapshot
2005-05-20 Frank Ch. Eigler <fche@redhat.com> Many changes throughout. Partial sketch of translation output. * elaborate.*: Elaboration pass. * translate.*: Translation pass. * staptree.*: Simplified for visitor concept. * main.cxx: Translator mainline. * *test.cxx: Removed. * testsuite/*: Some new tests, some changed for newer syntax.
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)
}