mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 05:59:27 +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 }
|
{ %version=1.1 }
|
||||||
{ %fail }
|
{ %rte=0 }
|
||||||
|
|
||||||
uses
|
uses
|
||||||
sysutils;
|
SysUtils;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
// this should fail with a runtime error
|
// this should fail with a runtime error
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
{ %version=1.1 }
|
{ %version=1.1 }
|
||||||
{ %fail }
|
{ %rte=0 }
|
||||||
|
|
||||||
uses
|
uses
|
||||||
sysutils;
|
sysutils;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user