mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 17:06:14 +02:00
* Erase the temp file.
git-svn-id: trunk@39868 -
This commit is contained in:
parent
ddb4e37104
commit
ff3d7862d6
@ -30,6 +30,8 @@ begin
|
||||
if b<>10 then
|
||||
halt(1);
|
||||
write;
|
||||
close(f);
|
||||
erase(f);
|
||||
writeln('ok');
|
||||
end.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user