test: fix tdfa2.pp - it is not a unit

git-svn-id: trunk@14456 -
This commit is contained in:
paul 2009-12-21 06:08:31 +00:00
parent 9955e6b2bf
commit da41694995

View File

@ -1,11 +1,7 @@
{ %OPT=-Oodfa -Sew -vw}
unit tdfa;
program tdfa2;
{$mode objfpc}{$h+}
interface
implementation
procedure test0;
const
c: array[0..3] of integer = (0,1,2,3);
@ -50,5 +46,5 @@ begin
end;
begin
end.