Branch: Tag:

2001-12-10

2001-12-10 02:11:11 by Martin Stjernholm <mast@lysator.liu.se>

Modified a test since a multiset copy is not enough to remove
destructed objects in the new multiset implementation. (It's due to
copy-on-write; mappings already work like that.)

Rev: src/testsuite.in:1.474

1: - test_true([["$Id: testsuite.in,v 1.473 2001/11/28 17:29:04 mast Exp $"]]); + test_true([["$Id: testsuite.in,v 1.474 2001/12/10 02:11:11 mast Exp $"]]);      cond([[all_constants()->_verify_internals]],   [[
4594:    }();    o = 0;    gc(); -  return x && !sizeof (x + (<>)); +  return x && !sizeof (indices (x + (<>)));    }    }()->test();    ]], 1)