Branch: Tag:

2000-08-21

2000-08-21 23:48:24 by Martin Stjernholm <mast@lysator.liu.se>

Added test case which trigs a "Type error: 99" fatal.

Rev: src/testsuite.in:1.322

1: - test_true([["$Id: testsuite.in,v 1.321 2000/08/18 19:36:30 grubba Exp $"]]); + test_true([["$Id: testsuite.in,v 1.322 2000/08/21 23:48:24 mast Exp $"]]);      cond([[all_constants()->_verify_internals]],   [[
45:    Foo()->foo();   ]])    + test_do([[ +  void foo (int i) { +  multiset res = (<>); +  if (i) res = res; +  }; +  foo (1); + ]]) +    test_any([[int a=0xffffffff; return a+17]], 0x100000010);   test_any([[int a=0xffffffff; return a-17]], 0xffffffee);   test_any([[int a=0xffffffff; return a*17]], 0x10ffffffef);