Browse Source

tests: fix record helper test

git-svn-id: trunk@19056 -
paul 14 years ago
parent
commit
67008470ea
1 changed files with 3 additions and 1 deletions
  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.