diff --git a/src/testsuite.in b/src/testsuite.in index 095dca0464b9d47599556b1a39c15950a63dc277..a99680049abd3bde93db937e05fa5f7385d7c889 100644 --- a/src/testsuite.in +++ b/src/testsuite.in @@ -1,4 +1,4 @@ -test_true([["$Id: testsuite.in,v 1.338 2000/10/01 17:13:57 grubba Exp $"]]); +test_true([["$Id: testsuite.in,v 1.339 2000/10/02 10:28:15 grubba Exp $"]]); cond([[all_constants()->_verify_internals]], [[ @@ -5549,7 +5549,7 @@ test_equal(`+(({1,2,3}),({4,5,6})),({1,2,3,4,5,6})) 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) +test_any(return((1+2+3)-(1+2-3)), 6) // - this_object test_true(objectp(this_object()))