2
0
Эх сурвалжийг харах

Corrected the only other test that was affected by my changes (a RTTI test...)

git-svn-id: branches/svenbarth/classhelpers@17244 -
svenbarth 14 жил өмнө
parent
commit
13b80396d6
1 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  1. 2 1
      tests/test/trtti1.pp

+ 2 - 1
tests/test/trtti1.pp

@@ -11,7 +11,8 @@ Const TypeNames : Array [TTYpeKind] of string[15] =
                      'Float','Set','Method','ShortString','LongString',
                      'AnsiString','WideString','Variant','Array','Record',
                      'Interface','Class','Object','WideChar','Bool','Int64','QWord',
-                     'DynamicArray','RawInterface','ProcVar','UnicodeString','UnicodeChar');
+                     'DynamicArray','RawInterface','ProcVar','UnicodeString','UnicodeChar',
+					 'Helper');
 
 Const OrdinalTypes = [tkInteger,tkChar,tkENumeration,tkbool];