mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 12:19:30 +02:00
* reset also exitcode
This commit is contained in:
parent
c5ce630a84
commit
0b91548a66
@ -18,6 +18,7 @@ var s: String;
|
||||
begin
|
||||
Writeln('Program generates a range check error correctly');
|
||||
errorcode:=0;
|
||||
exitcode:=0;
|
||||
erroraddr:=nil;
|
||||
close(f);
|
||||
erase(f);
|
||||
|
Loading…
Reference in New Issue
Block a user