Branch: Tag:

2000-09-20

2000-09-20 13:19:52 by Fredrik Noring <noring@nocrew.org>

Tests for [bug 369 (#369)].

Rev: src/testsuite.in:1.331

1: - test_true([["$Id: testsuite.in,v 1.330 2000/09/15 01:07:38 mast Exp $"]]); + test_true([["$Id: testsuite.in,v 1.331 2000/09/20 13:19:52 noring Exp $"]]);      cond([[all_constants()->_verify_internals]],   [[
145:   ]], "int")      test_compile_any([[ +  class { ; } + ]]) +  + test_compile_any([[ +  class { ; ; } + ]]) +  + test_compile_any([[ +  class { ; constant c = 0; } + ]]) +  + test_compile_any([[    constant FOO = 0;    mapping(int:string) foo = ([FOO: "foo"]);   ]])