pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2022-06-17
2022-06-17 09:32:51 by Henrik Grubbström (Grubba) <grubba@grubba.org>
498d6d194c5288e70b2ed18333371fb4814840e6 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
master
Testsuite: Fix remaining missing zero.
1789:
if (count != c) error ("Destruct out of sequence, " "%d destructed when %d should be.\n", c, count);
-
object x = foo && Foo(0);
+
object
|zero
x = foo && Foo(0);
x = 0; // Cause call to destruct_objects_to_destruct. for (int j = 0; j < 10; j++) write ("");