Browse Source

disable explicitly overflow checks

pierre 25 years ago
parent
commit
7f52cfc571
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tests/test/testi642.pp

+ 2 - 1
tests/test/testi642.pp

@@ -1,3 +1,4 @@
+{$Q-} { this is necessary to avoid an overflow error below }
 {$mode objfpc}
 {$mode objfpc}
 uses
 uses
    sysutils
    sysutils
@@ -1186,4 +1187,4 @@ begin
    writeln('                Int64 test successful');
    writeln('                Int64 test successful');
    writeln('------------------------------------------------------');
    writeln('------------------------------------------------------');
    halt(0);
    halt(0);
-end.
+end.