Branch: Tag:

2001-12-20

2001-12-20 00:17:33 by Martin Stjernholm <mast@lysator.liu.se>

Added a test to check error recovery for an invalid inherit line.

Rev: src/testsuite.in:1.479

1: - test_true([["$Id: testsuite.in,v 1.478 2001/12/19 23:52:44 mast Exp $"]]); + test_true([["$Id: testsuite.in,v 1.479 2001/12/20 00:17:33 mast Exp $"]]);      cond([[all_constants()->_verify_internals]],   [[
263:   test_compile_error([[ float b=17.0; string a; a=b*42; ]])   test_compile_error([[ float b=17.0; string a; a=b*42.0; ]])    + test_compile_error([[class F {inherit master()->dirnode;};]]); +    //      test_any([[