diff --git a/src/testsuite.in b/src/testsuite.in
index e40f38b03cf4b0c2c84fd731f36c3835a2aa8f48..90ec04df5812b0c14b897e6abae1b67d4e25dc27 100644
--- a/src/testsuite.in
+++ b/src/testsuite.in
@@ -1,4 +1,4 @@
-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);]])