瀏覽代碼

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

git-svn-id: trunk@34011 -
pierre 9 年之前
父節點
當前提交
f079701302
共有 1 個文件被更改,包括 4 次插入2 次删除
  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;