浏览代码

* 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 }
 {  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;