mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 13:09:16 +02:00
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 -
This commit is contained in:
parent
a7d99a5561
commit
bc2db220be
@ -15,5 +15,5 @@ var
|
||||
f: TFoo;
|
||||
begin
|
||||
f := TFoo.Create;
|
||||
f.Test;
|
||||
f.Test1;
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user