summaryrefslogtreecommitdiff
path: root/tests/headers/objc_method_clash.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/objc_method_clash.h')
-rw-r--r--tests/headers/objc_method_clash.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/headers/objc_method_clash.h b/tests/headers/objc_method_clash.h
deleted file mode 100644
index d99d3691..00000000
--- a/tests/headers/objc_method_clash.h
+++ /dev/null
@@ -1,7 +0,0 @@
-// bindgen-flags: -- -x objective-c
-// bindgen-osx-only
-
-@interface Foo
-+ (void)foo;
-- (void)foo;
-@end