mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 12:19:25 +02:00
Add explicit O- option in tests needing it
git-svn-id: trunk@20597 -
This commit is contained in:
parent
3d1b4b1b63
commit
a2d6cba691
@ -1,3 +1,7 @@
|
||||
|
||||
{ This test requires overflow check to be off }
|
||||
{$O-}
|
||||
|
||||
var
|
||||
error: boolean;
|
||||
|
||||
|
@ -1,4 +1,7 @@
|
||||
|
||||
{ This test requires overflow check to be off }
|
||||
{$O-}
|
||||
|
||||
procedure error(n: longint);
|
||||
begin
|
||||
writeln('Test failed: ', n);
|
||||
|
Loading…
Reference in New Issue
Block a user