pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2002-05-10
2002-05-10 22:20:57 by Martin Stjernholm <mast@lysator.liu.se>
b58db9bcf1fdb4dc5fd6030d3cef556641e60dd5 (
10
lines) (+
9
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
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 ----------------------------------------------------------------