Browse Source

* clarify purpose of texrtti18 and texrtti19

Sven/Sarah Barth 9 months ago
parent
commit
782b707763
2 changed files with 4 additions and 0 deletions
  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])