Add explicit O- option in tests needing it

git-svn-id: trunk@20597 -
This commit is contained in:
pierre 2012-03-23 14:38:39 +00:00
parent 3d1b4b1b63
commit a2d6cba691
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
{ This test requires overflow check to be off }
{$O-}
var
error: boolean;

View File

@ -1,4 +1,7 @@
{ This test requires overflow check to be off }
{$O-}
procedure error(n: longint);
begin
writeln('Test failed: ', n);