mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 21:30:35 +02:00
* test fixed
git-svn-id: trunk@10 -
This commit is contained in:
parent
8caa0877d8
commit
c76ede86f8
@ -39,12 +39,13 @@ var
|
|||||||
Check('Currency', a[0], vtCurrency);
|
Check('Currency', a[0], vtCurrency);
|
||||||
Check('Interface(nil)', a[1], vtInterface);
|
Check('Interface(nil)', a[1], vtInterface);
|
||||||
Check('Interface', a[2], vtInterface);
|
Check('Interface', a[2], vtInterface);
|
||||||
Check('Class Object(nil)', a[3], vtObject);
|
{ TObject is a class as well! }
|
||||||
|
Check('Class Object(nil)', a[3], vtClass);
|
||||||
Check('Class', a[4], vtClass);
|
Check('Class', a[4], vtClass);
|
||||||
{$IFDEF FPC}
|
{$IFDEF FPC}
|
||||||
Check('QWord', a[5], vtQWord);
|
Check('QWord', a[5], vtQWord);
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
|
||||||
{ I WISH FPC Introduce a vtDateTime for the TDatetime parameter }
|
{ I WISH FPC Introduce a vtDateTime for the TDatetime parameter }
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user