소스 검색

* 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;