Skip to content
Snippets Groups Projects
Commit 28236969 authored by Martin Stjernholm's avatar Martin Stjernholm
Browse files

Test a compile error that is a little too fatal right now. ;)

Rev: src/testsuite.in:1.240
parent bd6cbe11
No related branches found
No related tags found
No related merge requests found
test_true([["$Id: testsuite.in,v 1.239 1999/11/25 00:56:27 hubbe Exp $"]]);
test_true([["$Id: testsuite.in,v 1.240 1999/11/27 13:59:17 mast Exp $"]]);
cond([[all_constants()->_verify_internals]],
[[
......@@ -247,6 +247,10 @@ test_compile_error_low([[
mixed foo(mixed bar) { return 1/foo; }
]])
test_compile_error_low([[
class A {int wrong = "bogus"; void create() {}}
class B {inherit A;}
]])
test_compile([[float x=(gauge { return; },1.0);]])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment