mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 23:09:18 +02:00
* explicitely ignore the TestIntfMethods test if TVirtualInterface is not supported
git-svn-id: trunk@42710 -
This commit is contained in:
parent
95b60bc6b2
commit
16f47fbee3
@ -569,7 +569,7 @@ begin
|
||||
intf := TVirtualInterface.Create(PTypeInfo(TypeInfo(ITestInterface)), {$ifdef fpc}@{$endif}OnHandleIntfMethod) as ITestInterface;
|
||||
except
|
||||
on e: ENotImplemented do
|
||||
Exit;
|
||||
Ignore('TVirtualInterface not supported for ' + {$I %FPCTARGETCPU%} + '-' + {$I %FPCTARGETOS%});
|
||||
end;
|
||||
Check(Assigned(intf), 'ITestInterface instance is Nil');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user