Sfoglia il codice sorgente

tests: fix record helper test

git-svn-id: trunk@19056 -
paul 14 anni fa
parent
commit
67008470ea
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  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.