From 5a78e82c8f9f1e676bc1c3a52fb8936c3fead372 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Van=20Canneyt?= Date: Wed, 7 Jun 2023 12:07:11 +0200 Subject: [PATCH] * Add Tests.Rtti.Util to uses clause. Keeps lazarus happy :) --- packages/rtl-objpas/tests/testrunner.rtlobjpas.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/rtl-objpas/tests/testrunner.rtlobjpas.pp b/packages/rtl-objpas/tests/testrunner.rtlobjpas.pp index e8da964714..80ad8192b8 100644 --- a/packages/rtl-objpas/tests/testrunner.rtlobjpas.pp +++ b/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}