From ba6f838d2471c57fc3d8fc6d325766ff95ce108a Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Tue, 29 Apr 2008 22:57:33 -0400 Subject: PR6466: broad side-effect free statement elision --- testsuite/transok/eight.stp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testsuite/transok') diff --git a/testsuite/transok/eight.stp b/testsuite/transok/eight.stp index 6723b993..9198536e 100755 --- a/testsuite/transok/eight.stp +++ b/testsuite/transok/eight.stp @@ -2,10 +2,11 @@ global foo global baz +global zoo function bar() { - return foo["hello"] + return foo["hello"]+(zoo++) } probe begin -- cgit