mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 13:59:29 +02:00
* changed %fail to %rte for runtime checking
This commit is contained in:
parent
b6abfdae09
commit
ef92577c9f
@ -1,7 +1,8 @@
|
||||
{ %version=1.1 }
|
||||
{ %fail }
|
||||
{ %rte=0 }
|
||||
|
||||
uses
|
||||
sysutils;
|
||||
SysUtils;
|
||||
|
||||
begin
|
||||
// this should fail with a runtime error
|
||||
|
@ -1,5 +1,6 @@
|
||||
{ %version=1.1 }
|
||||
{ %fail }
|
||||
{ %rte=0 }
|
||||
|
||||
uses
|
||||
sysutils;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user