ソースを参照

* Add Tests.Rtti.Util to uses clause. Keeps lazarus happy :)

Michaël Van Canneyt 2 年 前
コミット
1bc4b096d8
1 ファイル変更1 行追加1 行削除
  1. 1 1
      packages/rtl-objpas/tests/testrunner.rtlobjpas.pp

+ 1 - 1
packages/rtl-objpas/tests/testrunner.rtlobjpas.pp

@@ -30,7 +30,7 @@ uses
 {$ifdef testimpl}
   tests.rtti.impl,
 {$endif}
-  tests.rtti, tests.value, tests.rtti.types;
+  tests.rtti, tests.value, tests.rtti.types, Tests.Rtti.Util;
 
 var
   Application: TTestRunner;