From 3d3887df260321254f087cd87d011c9503b8bd44 Mon Sep 17 00:00:00 2001 From: fche Date: Thu, 2 Jun 2005 21:08:44 +0000 Subject: 2005-06-02 Frank Ch. Eigler * translate.cxx (visit_concatenation, visit_binary_expression): New basic implementation. (*): Reduce emitted whitespace and remove `# LINE "FILE"' lines. --- testsuite/transok/three.stp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/transok') 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") } -- cgit