浏览代码

* corrected test (only "overload" differences between interface/
implementation should cause compilation to fail)

git-svn-id: trunk@19494 -

Jonas Maebe 14 年之前
父节点
当前提交
293f09e41d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/tbf/tb0222.pp

+ 1 - 1
tests/tbf/tb0222.pp

@@ -9,7 +9,7 @@ procedure test;
 
 implementation
 
-procedure test; deprecated 'xxx';
+procedure test; overload;
 begin
 end;