mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 03:50:31 +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}
|
{$ifdef testimpl}
|
||||||
tests.rtti.impl,
|
tests.rtti.impl,
|
||||||
{$endif}
|
{$endif}
|
||||||
tests.rtti, tests.value, tests.rtti.types;
|
tests.rtti, tests.rtti.value, tests.rtti.types;
|
||||||
|
|
||||||
var
|
var
|
||||||
Application: TTestRunner;
|
Application: TTestRunner;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
unit tests.value;
|
unit tests.rtti.value;
|
||||||
|
|
||||||
{$mode ObjFPC}{$H+}
|
{$mode ObjFPC}{$H+}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user