Explorar o código

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

Michaël Van Canneyt %!s(int64=2) %!d(string=hai) anos
pai
achega
1bc4b096d8
Modificáronse 1 ficheiros con 1 adicións e 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;