소스 검색

* simplified test after r47892

git-svn-id: trunk@47893 -
florian 4 년 전
부모
커밋
6866b07266
1개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 5
      tests/test/cg/tm128.pp

+ 1 - 5
tests/test/cg/tm128.pp

@@ -1,14 +1,10 @@
 {$ASSERTIONS ON}
-{$packrecords c}
-{$push}
-{$codealign recordmin=16}
 
 type
   tm128 = record
     case byte of
       1 : (m128_f32 : array[0..3] of single;)
-  end;
-{$pop}
+  end align 16;
 
 type
   tm128_unaligned = record