pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2004-04-29
2004-04-29 21:44:22 by Martin Nilsson <mani@lysator.liu.se>
9002effa6bc3bd3c282da956475ad14a2312f29a (
9
lines) (+
8
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Overoptimization bug test.
Rev: src/testsuite.in:1.722
1:
-
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:
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() {