Selaa lähdekoodia

* adapt test to range check

git-svn-id: trunk@6534 -
pierre 18 vuotta sitten
vanhempi
commit
c5f685e72e
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      tests/test/cg/tmoddiv.pp

+ 2 - 0
tests/test/cg/tmoddiv.pp

@@ -144,6 +144,8 @@ begin
   Write('Value should be -1...');
   test(longres, -1);
 
+  { the following test give range check errors }
+  {$R-}
   { special tests for results }
   Writeln('special numeric values tests...');
   longres := $7FFFFFFF;