Ver Fonte

* fix calling of to1.destroy from to2.destroy

peter há 22 anos atrás
pai
commit
4aec360876
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      tests/test/tclass2.pp

+ 1 - 1
tests/test/tclass2.pp

@@ -40,7 +40,7 @@ var
         writeln('to2.destroy');
         if i<>4000 then
           halt(1);
-        i:=1000;
+        i:=2000;
         inherited destroy;
         i:=5000;
      end;