Branch: Tag:

2003-07-30

2003-07-30 18:53:27 by Martin Stjernholm <mast@lysator.liu.se>

Fixed a test - _static_modules is an object that can't be called.

Rev: src/testsuite.in:1.662

1: - test_true([["$Id: testsuite.in,v 1.661 2003/07/02 20:09:33 grubba Exp $"]]); + test_true([["$Id: testsuite.in,v 1.662 2003/07/30 18:53:27 mast Exp $"]]);      // This triggered a bug only if run sufficiently early.   test_compile_any([[#pike 7.2]])
1626:   [[    test_do(_debug(_debug(0)))   ]]) - test_do(_static_modules()) + test_do(indices(_static_modules))   test_compile_any([[import Stdio; class x { string y() { read_file("foo"); } }]])      dnl ----------------------------------------------------------------