pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2002-02-26
2002-02-26 18:18:15 by Martin Stjernholm <mast@lysator.liu.se>
805ea6f1acf473fdc5cc1153657bfab294525066 (
8
lines) (+
7
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Added test case for peephole optimizer bug.
Rev: src/testsuite.in:1.484
1:
-
test_true([["$Id: testsuite.in,v 1.
483
2002/02/
14
15
:
24
:
34
grubba
Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
484
2002/02/
26
18
:
18
:
15
mast
Exp $"]]);
cond([[all_constants()->_verify_internals]], [[
37:
test_eq(-16, -0b10000); test_any([[
+
int f (int i) {i = 0; return i;};
+
return f (1);
+
]],0)
+
+
test_any([[
class X { int Ack(int M, int N) {