summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/regression/packedstruct1.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/regression/packedstruct1.c b/test/regression/packedstruct1.c
index 01f6b46..1bde780 100644
--- a/test/regression/packedstruct1.c
+++ b/test/regression/packedstruct1.c
@@ -42,11 +42,7 @@ void test2(void)
/* Now with byte-swapped fields */
-#if defined(__COMPCERT__) && defined(_ARCH_PPC)
#pragma pack(1,1,1)
-#else
-#pragma pack(1,1,0)
-#endif
struct s3 {
unsigned char x;