diff options
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/transok/three.stp | 2 |
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") } |