mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 19:49:22 +02:00
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:
parent
16e500ee3c
commit
13b80396d6
@ -11,7 +11,8 @@ Const TypeNames : Array [TTYpeKind] of string[15] =
|
|||||||
'Float','Set','Method','ShortString','LongString',
|
'Float','Set','Method','ShortString','LongString',
|
||||||
'AnsiString','WideString','Variant','Array','Record',
|
'AnsiString','WideString','Variant','Array','Record',
|
||||||
'Interface','Class','Object','WideChar','Bool','Int64','QWord',
|
'Interface','Class','Object','WideChar','Bool','Int64','QWord',
|
||||||
'DynamicArray','RawInterface','ProcVar','UnicodeString','UnicodeChar');
|
'DynamicArray','RawInterface','ProcVar','UnicodeString','UnicodeChar',
|
||||||
|
'Helper');
|
||||||
|
|
||||||
Const OrdinalTypes = [tkInteger,tkChar,tkENumeration,tkbool];
|
Const OrdinalTypes = [tkInteger,tkChar,tkENumeration,tkbool];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user