* add cblock directive so that the test fails for the correct reason

This commit is contained in:
Sven/Sarah Barth 2022-05-26 16:19:05 +02:00
parent 6ee4ee960e
commit 7f9428eed5

View File

@ -7,7 +7,7 @@
{$modeswitch cblocks}
type
treadabilityHandler = reference to procedure (l :longint); cdecl;
treadabilityHandler = reference to procedure (l :longint); cdecl; cblock;
procedure setReadabilityHandler(ahandler: treadabilityHandler);
begin