Browse Source

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

Michaël Van Canneyt 2 years ago
parent
commit
5a78e82c8f
1 changed files with 1 additions and 0 deletions
  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,
   ffi.manager,
 {$endif}
 {$endif}
   consoletestrunner,
   consoletestrunner,
+  tests.rtti.util,
 {$ifdef testinvoke}
 {$ifdef testinvoke}
   tests.rtti.invoke,
   tests.rtti.invoke,
 {$endif}
 {$endif}