diff options
Diffstat (limited to 'tests/headers/objc_category.h')
-rw-r--r-- | tests/headers/objc_category.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/headers/objc_category.h b/tests/headers/objc_category.h deleted file mode 100644 index b8e60d5f..00000000 --- a/tests/headers/objc_category.h +++ /dev/null @@ -1,10 +0,0 @@ -// bindgen-flags: -- -x objective-c -// bindgen-osx-only - -@interface Foo --(void)method; -@end - -@interface Foo (BarCategory) --(void)categoryMethod; -@end |