mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-31 10:50:14 +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('Interface(nil)', a[1], 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);
|
||||
{$IFDEF FPC}
|
||||
Check('QWord', a[5], vtQWord);
|
||||
{$ENDIF}
|
||||
|
||||
|
||||
{ I WISH FPC Introduce a vtDateTime for the TDatetime parameter }
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user