瀏覽代碼

* fix calling of to1.destroy from to2.destroy

peter 22 年之前
父節點
當前提交
4aec360876
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;