Explorar el Código

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

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