summaryrefslogtreecommitdiffstats
path: root/testsuite/transok
diff options
context:
space:
mode:
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")
}