浏览代码

tests: halt with different error codes for different errors

git-svn-id: trunk@15039 -
paul 15 年之前
父节点
当前提交
57b67087a8
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      tests/webtbs/tw6690.pp

+ 2 - 2
tests/webtbs/tw6690.pp

@@ -53,9 +53,9 @@ begin
   tkinterface: if (po^.name<>'iinterface2') and
   tkinterface: if (po^.name<>'iinterface2') and
                   (po^.name<>'iinterface4') and
                   (po^.name<>'iinterface4') and
                   (po^.name<>'iinterface6') then
                   (po^.name<>'iinterface6') then
-                  halt(1);
+                  halt(2);
   else
   else
-    halt(1);
+    halt(3);
  end;
  end;
 end;
 end;