aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/objc/execute/bf-15.m
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/objc/execute/bf-15.m')
-rw-r--r--gcc/testsuite/objc/execute/bf-15.m25
1 files changed, 0 insertions, 25 deletions
diff --git a/gcc/testsuite/objc/execute/bf-15.m b/gcc/testsuite/objc/execute/bf-15.m
deleted file mode 100644
index e6e7b30607d..00000000000
--- a/gcc/testsuite/objc/execute/bf-15.m
+++ /dev/null
@@ -1,25 +0,0 @@
-#include <objc/objc.h>
-#include <objc/objc-api.h>
-#include <objc/Object.h>
-
-@interface MyObject
-{
- Class isa;
- float f;
- char a;
- struct {
- int i:2;
- int j:6;
- int s;
- int k:12;
- } flags;
- char d;
- void *pointer;
-}
-@end
-
-@implementation MyObject
-@end
-
-#include "bf-common.h"
-