* test fixed

git-svn-id: trunk@13435 -
This commit is contained in:
florian 2009-07-24 17:26:15 +00:00
parent 11f25885a4
commit 5127c74132

View File

@ -18,5 +18,7 @@ begin
fpAlarm(10);
Writeln ('Pausing');
fpPause;
if fpGetErrno<>0 then
halt(1);
Writeln ('Pause returned');
end.