summaryrefslogtreecommitdiff
path: root/tests/headers/objc_protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/objc_protocol.h')
-rw-r--r--tests/headers/objc_protocol.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/headers/objc_protocol.h b/tests/headers/objc_protocol.h
deleted file mode 100644
index 46978a3b..00000000
--- a/tests/headers/objc_protocol.h
+++ /dev/null
@@ -1,8 +0,0 @@
-// bindgen-flags: -- -x objective-c
-// bindgen-osx-only
-
-@protocol Foo
-@end
-
-@interface Foo <Foo>
-@end