Explorar o código

* fixed test

git-svn-id: trunk@2975 -
Jonas Maebe %!s(int64=19) %!d(string=hai) anos
pai
achega
b9a66c4f25
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      tests/webtbs/tw4534.pp

+ 3 - 1
tests/webtbs/tw4534.pp

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