Browse Source

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

git-svn-id: trunk@19494 -

Jonas Maebe 14 years ago
parent
commit
293f09e41d
1 changed files with 1 additions and 1 deletions
  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;