pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2011-03-21
2011-03-21 02:00:52 by Martin Stjernholm <mast@lysator.liu.se>
774f9ac32a18e58e9ffb2a66e8bbc1142eaa78d2 (
9
lines) (+
9
/-
0
)
[
Show
|
Annotate
]
Branch:
7.9
Added test for [bug
5911 (#5911)
].
393:
return sizeof(a); ]], 1)
+
test_eval_error([[
+
// [Bug 5911]
+
class X {
+
string s;
+
};
+
X()->s = (mixed) X();
+
]])
+
dnl bug in for loop optimization in combination with += test_any([[