Browse Source

* fixed test

git-svn-id: trunk@2975 -
Jonas Maebe 19 years ago
parent
commit
b9a66c4f25
1 changed files with 3 additions and 1 deletions
  1. 3 1
      tests/webtbs/tw4534.pp

+ 3 - 1
tests/webtbs/tw4534.pp

@@ -12,8 +12,10 @@ begin
     begin
     begin
       if (p1^ xor p2^) = $80 then
       if (p1^ xor p2^) = $80 then
         halt(0);
         halt(0);
-      halt(1);
+      inc(p1); 
+      inc(p2);
     end;
     end;
+  halt(1);
 end;
 end;
 
 
 var x,y:extended;
 var x,y:extended;