Procházet zdrojové kódy

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

git-svn-id: trunk@19494 -

Jonas Maebe před 14 roky
rodič
revize
293f09e41d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;