浏览代码

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

Sven/Sarah Barth 3 年之前
父节点
当前提交
7f9428eed5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/webtbf/tw30022.pp

+ 1 - 1
tests/webtbf/tw30022.pp

@@ -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