diff --git a/src/testsuite.in b/src/testsuite.in index c5e5e319d7d93dd8315c5b6256963b2959973ea5..4a593f13e3e3606626e2d4db651a98897d52553d 100644 --- a/src/testsuite.in +++ b/src/testsuite.in @@ -1,4 +1,4 @@ -test_true([["$Id: testsuite.in,v 1.721 2004/04/29 21:26:38 nilsson Exp $"]]); +test_true([["$Id: testsuite.in,v 1.722 2004/04/29 21:44:22 nilsson Exp $"]]); // This triggered a bug only if run sufficiently early. test_compile_any([[#pike 7.2]]) @@ -160,6 +160,12 @@ test_any([[ return i; ]], 17) +test_any([[ + // Another over-optimization test. + string x(string i) { return i; }; + return x("")+1+1; +]], "11") + test_compile_any([[ void foo() {