From a4b812d4b119c31f954a9f1673d64d4dc1fc6e27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Tue, 28 Apr 1998 15:59:11 -0700 Subject: [PATCH] test condition imposed Rev: src/testsuite.in:1.101 --- src/testsuite.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/testsuite.in b/src/testsuite.in index 420501e048..3416d6b299 100644 --- a/src/testsuite.in +++ b/src/testsuite.in @@ -1,4 +1,4 @@ -stest_true([["$Id: testsuite.in,v 1.100 1998/04/28 07:48:53 hubbe Exp $"]]) +stest_true([["$Id: testsuite.in,v 1.101 1998/04/28 22:59:11 hubbe Exp $"]]) cond([[all_constants()->_verify_internals]], [[ test_do(_verify_internals()) @@ -35,7 +35,10 @@ test_compile_eror(([])()) test_any([[ class X { int y; class Z { void destroy() { y++; } } }; X x=X(); destruct(x->Z()); return x->y;]],1) test_eval_error([[ class Z { int destroy() { return 1/y; } }(); ]]) -test_do(_debug(_debug(0))) +cond([[all_constants()->_debug]], +[[ + test_do(_debug(_debug(0))) +]]) test_do(_static_modules()) test_compile_any([[import Stdio; class x { string y() { read_file("foo"); } }]]) test_compile([[Stdio.File foo=Stdio.File();]]) -- GitLab