Ver Fonte

* test fixed

git-svn-id: trunk@13435 -
florian há 16 anos atrás
pai
commit
5127c74132
1 ficheiros alterados com 2 adições e 0 exclusões
  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.