* add mode objfpc directive

git-svn-id: trunk@7129 -
This commit is contained in:
pierre 2007-04-18 07:25:24 +00:00
parent d4ee12c000
commit 22ba9ea4e6

View File

@ -1,3 +1,6 @@
{$mode objfpc}
program TestGetSetProp;
{$APPTYPE CONSOLE}{$PACKSET 1}
@ -31,4 +34,4 @@ begin
if GetSetProp(C, 'St')<>'ckNormal,ckVip' then
halt(1);
writeln('ok');
end.
end.