summaryrefslogtreecommitdiffstats
path: root/testsuite/transok
diff options
context:
space:
mode:
authorfche <fche>2005-06-02 21:08:44 +0000
committerfche <fche>2005-06-02 21:08:44 +0000
commit3d3887df260321254f087cd87d011c9503b8bd44 (patch)
tree025a3d4fba56bc62a50da6bee520651ae88428ba /testsuite/transok
parent69c68955b910a9f284fa25b9ebb30eff5c040e0b (diff)
downloadsystemtap-steved-3d3887df260321254f087cd87d011c9503b8bd44.tar.gz
systemtap-steved-3d3887df260321254f087cd87d011c9503b8bd44.tar.xz
systemtap-steved-3d3887df260321254f087cd87d011c9503b8bd44.zip
2005-06-02 Frank Ch. Eigler <fche@redhat.com>
* translate.cxx (visit_concatenation, visit_binary_expression): New basic implementation. (*): Reduce emitted whitespace and remove `# LINE "FILE"' lines.
Diffstat (limited to 'testsuite/transok')
-rwxr-xr-xtestsuite/transok/three.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/transok/three.stp b/testsuite/transok/three.stp
index ce94531c..c372b271 100755
--- a/testsuite/transok/three.stp
+++ b/testsuite/transok/three.stp
@@ -23,5 +23,5 @@ probe z {
probe x,y {
f2 ();
- f1 (f1 (3, "foo"), "canoe")
+ f1 (f1 (3 * 2 + 1, "foo"), "canoe")
}