浏览代码

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

Michaël Van Canneyt 2 年之前
父节点
当前提交
5a78e82c8f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/rtl-objpas/tests/testrunner.rtlobjpas.pp

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

@@ -27,6 +27,7 @@ uses
   ffi.manager,
 {$endif}
   consoletestrunner,
+  tests.rtti.util,
 {$ifdef testinvoke}
   tests.rtti.invoke,
 {$endif}