From 2d6640ba82d5f243bcd3165fa11576a7cfee8c57 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Tue, 20 May 2008 18:33:24 -0400 Subject: PR6538: testsuite changes --- testsuite/transok/three.stp | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuite/transok/three.stp') diff --git a/testsuite/transok/three.stp b/testsuite/transok/three.stp index 6e99b640..a7406db4 100755 --- a/testsuite/transok/three.stp +++ b/testsuite/transok/three.stp @@ -7,6 +7,7 @@ function f1 (a, b) { d = "hello"; # poo[c] = bab[d] = "hi" bab = "hi"; + poo [c+1] = c+2; bab = poo[c]; return 0 } -- cgit