mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 15:47:53 +02:00
* 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:
parent
811fb28433
commit
cb2fa0d2c1
@ -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;
|
||||
|
@ -1,4 +1,4 @@
|
||||
unit tests.value;
|
||||
unit tests.rtti.value;
|
||||
|
||||
{$mode ObjFPC}{$H+}
|
||||
|
Loading…
Reference in New Issue
Block a user