Browse Source

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

Sven/Sarah Barth 3 years ago
parent
commit
7f9428eed5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/webtbf/tw30022.pp

+ 1 - 1
tests/webtbf/tw30022.pp

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