Explorar el Código

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

Michaël Van Canneyt hace 2 años
padre
commit
5a78e82c8f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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}