Forráskód Böngészése

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 éve
szülő
commit
bc2db220be
1 módosított fájl, 1 hozzáadás és 1 törlés
  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.