Browse Source

* missing mode objfpc added

pierre 23 years ago
parent
commit
6fa306abd7
1 changed files with 4 additions and 1 deletions
  1. 4 1
      tests/test/talign.pp

+ 4 - 1
tests/test/talign.pp

@@ -1,6 +1,9 @@
 { This is just a small file used to verify the alignment of different
 { This is just a small file used to verify the alignment of different
   structures. Only the assembler output should be checked.
   structures. Only the assembler output should be checked.
 }
 }
+
+{$mode objfpc}
+
 type
 type
   tmyclass = class 
   tmyclass = class 
     s: ansistring;
     s: ansistring;
@@ -31,4 +34,4 @@ type
 var
 var
  c: tmyclass;
  c: tmyclass;
 Begin
 Begin
-end.
+end.