Branch: Tag:

2022-06-17

2022-06-17 09:32:51 by Henrik Grubbström (Grubba) <grubba@grubba.org>

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 ("");