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