* changed %fail to %rte for runtime checking

This commit is contained in:
peter 2003-10-08 17:39:02 +00:00
parent b6abfdae09
commit ef92577c9f
2 changed files with 5 additions and 3 deletions

View File

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

View File

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