Bläddra i källkod

* clarify purpose of texrtti18 and texrtti19

Sven/Sarah Barth 1 år sedan
förälder
incheckning
782b707763
2 ändrade filer med 4 tillägg och 0 borttagningar
  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])