Przeglądaj źródła

* 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 -

Jonas Maebe 18 lat temu
rodzic
commit
a5fc8ad63f
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      tests/webtbs/tw7954.pp

+ 0 - 1
tests/webtbs/tw7954.pp

@@ -17,5 +17,4 @@ begin
   except on Exception do
   except on Exception do
     halt(0);
     halt(0);
   end;
   end;
-  halt(1);
 end.
 end.