Browse Source

* test fixed

git-svn-id: trunk@13435 -
florian 16 năm trước cách đây
mục cha
commit
5127c74132
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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.