Explorar o código

* changed %fail to %rte for runtime checking

peter %!s(int64=22) %!d(string=hai) anos
pai
achega
ef92577c9f
Modificáronse 2 ficheiros con 5 adicións e 3 borrados
  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;