Parcourir la source

tests: fix record helper test

git-svn-id: trunk@19056 -
paul il y a 14 ans
Parent
commit
67008470ea
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      tests/test/trhlp43.pp

+ 3 - 1
tests/test/trhlp43.pp

@@ -19,7 +19,9 @@ class procedure TTestHelper.Test;
 begin
 end;
 
+var
+  T: TTest;
 begin
-  with TTest do
+  with T do
     Test;
 end.