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

git-svn-id: branches/svenbarth/classhelpers@17244 -
This commit is contained in:
svenbarth 2011-04-04 14:01:18 +00:00
parent 16e500ee3c
commit 13b80396d6

View File

@ -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];