Ver código fonte

* make halt codes unique

git-svn-id: trunk@43046 -
svenbarth 6 anos atrás
pai
commit
ad8de624b8
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      tests/webtbs/tw8660.pp

+ 1 - 1
tests/webtbs/tw8660.pp

@@ -36,6 +36,6 @@ begin
 {$endif}
     halt(1);
   if GetSetProp(C, 'St')<>'ckNormal,ckVip' then
-    halt(1);
+    halt(2);
   writeln('ok');
 end.