瀏覽代碼

* range check explicitly disabled

git-svn-id: trunk@6537 -
pierre 18 年之前
父節點
當前提交
5fc4257482
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      tests/tbs/tb0062.pp

+ 5 - 0
tests/tbs/tb0062.pp

@@ -1,6 +1,11 @@
 { Old file: tbs0068.pp }
 { Old file: tbs0068.pp }
 {  Shows incorrect type of ofs()                        OK 0.99.1 (PFV and FK) }
 {  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
 var
   p : pointer;
   p : pointer;
   l  : smallint;
   l  : smallint;