Browse Source

* test fixed

git-svn-id: trunk@13435 -
florian 16 years ago
parent
commit
5127c74132
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tests/webtbs/tw14149.pp

+ 2 - 0
tests/webtbs/tw14149.pp

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