* added missing FAIL

This commit is contained in:
peter 2001-02-02 23:17:01 +00:00
parent d3aa0f3f26
commit 313beddf2e
3 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,5 @@
{ %FAIL }
procedure p(a:array of char);
begin
end;

View File

@ -1,3 +1,5 @@
{ %FAIL }
unit tw1316;
interface

View File

@ -1,3 +1,5 @@
{ %FAIL }
{$mode fpc}
program test_const_objects;