Explorar o código

* range check explicitly disabled

git-svn-id: trunk@6537 -
pierre %!s(int64=18) %!d(string=hai) anos
pai
achega
5fc4257482
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      tests/tbs/tb0062.pp

+ 5 - 0
tests/tbs/tb0062.pp

@@ -1,6 +1,11 @@
 { Old file: tbs0068.pp }
 {  Shows incorrect type of ofs()                        OK 0.99.1 (PFV and FK) }
 
+{ As l is only a smallint, this
+  test will almost always
+  trigger a range check error,
+  disable range check explicitly }
+{$R-}
 var
   p : pointer;
   l  : smallint;