浏览代码

* 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;