Explorar o código

* clarify purpose of texrtti18 and texrtti19

Sven/Sarah Barth hai 1 ano
pai
achega
782b707763
Modificáronse 2 ficheiros con 4 adicións e 0 borrados
  1. 2 0
      tests/test/texrtti18.pp
  2. 2 0
      tests/test/texrtti19.pp

+ 2 - 0
tests/test/texrtti18.pp

@@ -2,6 +2,8 @@
 
 uses TypInfo;
 
+{ Check that the class RTTI does not have information about array properties }
+
 type
   {$RTTI EXPLICIT 
     FIELDS([vcPublic])

+ 2 - 0
tests/test/texrtti19.pp

@@ -2,6 +2,8 @@
 
 uses TypInfo;
 
+{ Check that extended RTTI has information about array properties }
+
 type
   {$RTTI EXPLICIT 
     FIELDS([vcPublic])