From a5fc8ad63f0cac4eae469de4d0aad64c79e2754b Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Thu, 9 Aug 2007 07:38:13 +0000 Subject: [PATCH] * adapted test so both throwing an exception and not throwing an exception is ok (only entercritialsection immediately terminating the problem with an error code is wrong), since several OSes apparently don't check the validity of the criticalsection git-svn-id: trunk@8250 - --- tests/webtbs/tw7954.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/webtbs/tw7954.pp b/tests/webtbs/tw7954.pp index 38f1708211..3915ccd121 100644 --- a/tests/webtbs/tw7954.pp +++ b/tests/webtbs/tw7954.pp @@ -17,5 +17,4 @@ begin except on Exception do halt(0); end; - halt(1); end.