Browse Source

Also disable range check error that can happen on 64-bit processors

git-svn-id: trunk@34011 -
pierre 9 years ago
parent
commit
f079701302
1 changed files with 4 additions and 2 deletions
  1. 4 2
      tests/test/tmul1.pp

+ 4 - 2
tests/test/tmul1.pp

@@ -1,6 +1,8 @@
-{ This test explicity generates overflow.
-  Thus, we need explicit $Q- }
+{ This test explicity generates overflow errors for 32-bit processors
+  or range check errors for 64-bit processors.
+  Thus, we need explicit $Q- and $R- }
 {$Q-}
+{$R-}
 
 var
   i : longint;