mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 10:48:12 +02:00
tests: fix record helper test
git-svn-id: trunk@19056 -
This commit is contained in:
parent
863da422df
commit
67008470ea
@ -19,7 +19,9 @@ class procedure TTestHelper.Test;
|
||||
begin
|
||||
end;
|
||||
|
||||
var
|
||||
T: TTest;
|
||||
begin
|
||||
with TTest do
|
||||
with T do
|
||||
Test;
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user