瀏覽代碼

tchlp45: corrected the test; it used a non existing method instead of the private one, but this doesn't make a difference in the result (it still fails as it should ^^)

git-svn-id: branches/svenbarth/classhelpers@16844 -
svenbarth 14 年之前
父節點
當前提交
bc2db220be
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/test/tchlp45.pp

+ 1 - 1
tests/test/tchlp45.pp

@@ -15,5 +15,5 @@ var
   f: TFoo;
 begin
   f := TFoo.Create;
-  f.Test;
+  f.Test1;
 end.