pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2004-05-27
2004-05-27 19:03:21 by Martin Stjernholm <mast@lysator.liu.se>
40029835fa2bc02b12e41ce4ff065ecc3b3d1e3b (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Better compile error in module that shouldn't be compiled.
Rev: src/testsuite.in:1.729
1:
START_MARKER
-
test_true([["$Id: testsuite.in,v 1.
728
2004/05/27 19:
01
:
20
mast Exp $"]]);
+
test_true([["$Id: testsuite.in,v 1.
729
2004/05/27 19:
03
:
21
mast Exp $"]]);
// This triggered a bug only if run sufficiently early. test_compile_any([[#pike 7.2]])
7583:
")()->a()]]) test_do([[
-
Stdio.write_file("testsuite_test.pmod", "
#error
foo
");
+
Stdio.write_file("testsuite_test.pmod", "
syntax
error");
object orig_master = master(); replace_master(object_program(orig_master)()); mixed err = catch {
7600:
]]); test_do([[
-
Stdio.write_file("testsuite_test.pmod", "
#error
foo
");
+
Stdio.write_file("testsuite_test.pmod", "
syntax
error");
object orig_master = master(); replace_master(object_program(orig_master)()); mixed err = catch {