Browse Source

* make halt codes unique

git-svn-id: trunk@43046 -
svenbarth 5 years ago
parent
commit
ad8de624b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/webtbs/tw8660.pp

+ 1 - 1
tests/webtbs/tw8660.pp

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