Browse Source

Add explicit O- option in tests needing it

git-svn-id: trunk@20597 -
pierre 13 years ago
parent
commit
a2d6cba691
2 changed files with 7 additions and 0 deletions
  1. 4 0
      tests/test/cg/tcnvint5.pp
  2. 3 0
      tests/test/cg/tcnvint6.pp

+ 4 - 0
tests/test/cg/tcnvint5.pp

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

+ 3 - 0
tests/test/cg/tcnvint6.pp

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