Przeglądaj źródła

* range check explicitly disabled

git-svn-id: trunk@6537 -
pierre 18 lat temu
rodzic
commit
5fc4257482
1 zmienionych plików z 5 dodań i 0 usunięć
  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;