浏览代码

* test fixed

git-svn-id: trunk@13435 -
florian 16 年之前
父节点
当前提交
5127c74132
共有 1 个文件被更改,包括 2 次插入0 次删除
  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.