Branch: Tag:

2000-10-01

2000-10-01 17:13:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added test for obscure optimizer bug.

Rev: src/testsuite.in:1.338

1: - test_true([["$Id: testsuite.in,v 1.337 2000/09/30 15:54:42 mast Exp $"]]); + test_true([["$Id: testsuite.in,v 1.338 2000/10/01 17:13:57 grubba Exp $"]]);      cond([[all_constants()->_verify_internals]],   [[
5549:   test_equal(`+((<1,2,3,4>),(<4,5,6>)),(<1,2,3,4,4,5,6>))   test_equal(`+(([0:1,3:6]),([5:2,3:6])),([0:1,3:6,3:6,5:2]))    + test_any((1+2+3)-(1+2-3), 6) +    // - this_object   test_true(objectp(this_object()))