فهرست منبع

* missing mode objfpc added

pierre 23 سال پیش
والد
کامیت
6fa306abd7
1فایلهای تغییر یافته به همراه4 افزوده شده و 1 حذف شده
  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
   structures. Only the assembler output should be checked.
 }
+
+{$mode objfpc}
+
 type
   tmyclass = class 
     s: ansistring;
@@ -31,4 +34,4 @@ type
 var
  c: tmyclass;
 Begin
-end.
+end.