Forráskód Böngészése

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

Sven/Sarah Barth 1 éve
szülő
commit
cb2fa0d2c1

+ 1 - 1
packages/rtl-objpas/tests/testrunner.rtlobjpas.pp

@@ -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 - 1
packages/rtl-objpas/tests/tests.value.pas → packages/rtl-objpas/tests/tests.rtti.value.pas

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