소스 검색

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