aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/objc.dg/gnu-encoding/struct-layout-1_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/gcc/testsuite/objc.dg/gnu-encoding/struct-layout-1_test.h')
-rw-r--r--gcc-4.8.1/gcc/testsuite/objc.dg/gnu-encoding/struct-layout-1_test.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc-4.8.1/gcc/testsuite/objc.dg/gnu-encoding/struct-layout-1_test.h b/gcc-4.8.1/gcc/testsuite/objc.dg/gnu-encoding/struct-layout-1_test.h
deleted file mode 100644
index 3463bb912..000000000
--- a/gcc-4.8.1/gcc/testsuite/objc.dg/gnu-encoding/struct-layout-1_test.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#include "struct-layout-1.h"
-
-#define TX(n, type, attrs, fields, ops) \
-type S##n { fields } attrs; \
-void test##n (void) \
-{ \
- if (objc_sizeof_type (@encoding (type S##n)) != sizeof(type S##n)) \
- fails ++; \
-}