mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 09:30:56 +02:00
* test fixed
git-svn-id: trunk@13435 -
This commit is contained in:
parent
11f25885a4
commit
5127c74132
@ -18,5 +18,7 @@ begin
|
|||||||
fpAlarm(10);
|
fpAlarm(10);
|
||||||
Writeln ('Pausing');
|
Writeln ('Pausing');
|
||||||
fpPause;
|
fpPause;
|
||||||
|
if fpGetErrno<>0 then
|
||||||
|
halt(1);
|
||||||
Writeln ('Pause returned');
|
Writeln ('Pause returned');
|
||||||
end.
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user