Explorar o código

* test is now passed successfully to be delphi compatible

peter %!s(int64=22) %!d(string=hai) anos
pai
achega
79935db87c
Modificáronse 1 ficheiros con 0 adicións e 18 borrados
  1. 0 18
      tests/tbf/tb0157.pp

+ 0 - 18
tests/tbf/tb0157.pp

@@ -1,18 +0,0 @@
-{ %fail }
-unit tb0157;
-
-interface
-
-procedure p1(w:word);
-
-implementation
-
-procedure p1(w:word);
-begin
-end;
-
-procedure p1(w:longint);
-begin
-end;
-
-end.