Branch: Tag:

2002-05-10

2002-05-10 22:20:57 by Martin Stjernholm <mast@lysator.liu.se>

Added another line number test.

Rev: src/testsuite.in:1.512

1: - test_true([["$Id: testsuite.in,v 1.511 2002/05/09 20:49:18 nilsson Exp $"]]); + test_true([["$Id: testsuite.in,v 1.512 2002/05/10 22:20:57 mast Exp $"]]);      cond([[all_constants()->_verify_internals]],   [[
1118:    }   ]])    + dnl Note: This line number error tend to go away with more debug. + test_program([[ +  int x = 0; +  int y = [int] backtrace()[-1][1]; +  int a() {return y == 3;} + ]]) +    dnl ----------------------------------------------------------------   dnl scopes and stuff   dnl ----------------------------------------------------------------