summaryrefslogtreecommitdiff
path: root/tests/headers/objc_template.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/objc_template.h')
-rw-r--r--tests/headers/objc_template.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/headers/objc_template.h b/tests/headers/objc_template.h
deleted file mode 100644
index b616da01..00000000
--- a/tests/headers/objc_template.h
+++ /dev/null
@@ -1,10 +0,0 @@
-// bindgen-flags: -- -x objective-c
-// bindgen-osx-only
-
-@interface Foo<__covariant ObjectType>
-- (ObjectType)get;
-@end
-
-@interface FooMultiGeneric<__covariant KeyType, __covariant ObjectType>
-- (nullable ObjectType)objectForKey:(KeyType)key;
-@end