* rename tests for TValue from tests.value to tests.rtti.value, cause they're still part of the tests related to the RTTI unit

This commit is contained in:
Sven/Sarah Barth 2023-09-22 15:05:21 +02:00
parent 811fb28433
commit cb2fa0d2c1
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ uses
{$ifdef testimpl}
tests.rtti.impl,
{$endif}
tests.rtti, tests.value, tests.rtti.types;
tests.rtti, tests.rtti.value, tests.rtti.types;
var
Application: TTestRunner;

View File

@ -1,4 +1,4 @@
unit tests.value;
unit tests.rtti.value;
{$mode ObjFPC}{$H+}