浏览代码

* changed %fail to %rte for runtime checking

peter 22 年之前
父节点
当前提交
ef92577c9f
共有 2 个文件被更改,包括 5 次插入3 次删除
  1. 3 2
      tests/test/texception6.pp
  2. 2 1
      tests/test/texception7.pp

+ 3 - 2
tests/test/texception6.pp

@@ -1,7 +1,8 @@
 { %version=1.1 }
-{ %fail }
+{ %rte=0 }
+
 uses
-  sysutils;
+  SysUtils;
 
 begin
   // this should fail with a runtime error

+ 2 - 1
tests/test/texception7.pp

@@ -1,5 +1,6 @@
 { %version=1.1 }
-{ %fail }
+{ %rte=0 }
+
 uses
   sysutils;