Browse Source

* test is now passed successfully to be delphi compatible

peter 22 năm trước cách đây
mục cha
commit
79935db87c
1 tập tin đã thay đổi với 0 bổ sung18 xóa
  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.