Browse Source

* add mode objfpc directive

git-svn-id: trunk@7129 -
pierre 18 years ago
parent
commit
22ba9ea4e6
1 changed files with 4 additions and 1 deletions
  1. 4 1
      tests/webtbs/tw8660.pp

+ 4 - 1
tests/webtbs/tw8660.pp

@@ -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.