Branch: Tag:

2009-11-09

2009-11-09 23:00:11 by Martin Stjernholm <mast@lysator.liu.se>

Added test case for [bug 5086 (#5086)].

Rev: src/testsuite.in:1.884

1:   START_MARKER - test_true([["$Id: testsuite.in,v 1.883 2009/09/29 11:10:40 mast Exp $"]]); + test_true([["$Id: testsuite.in,v 1.884 2009/11/09 23:00:11 mast Exp $"]]);      // This triggered a bug only if run sufficiently early.   test_compile_any([[#pike 7.2]])
1066:    mixed a() {return map (x, lower_case);}   ]])    + test_compile_any([[ +  class X { +  X bar(); +  } +  class Y { +  constant X = global::X; +  X foo(); +  } + ]]) +    cond( [[ master()->resolv("Pike")->Security ]],[[    test_any( [[    // bug [2830] ------------------------------------------------------------