mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-05 16:18:36 +02:00
* 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 -
This commit is contained in:
parent
399598a15b
commit
a5fc8ad63f
@ -17,5 +17,4 @@ begin
|
||||
except on Exception do
|
||||
halt(0);
|
||||
end;
|
||||
halt(1);
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user