summaryrefslogtreecommitdiff
path: root/tests/headers/objc_sel_and_id.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/objc_sel_and_id.h')
-rw-r--r--tests/headers/objc_sel_and_id.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/headers/objc_sel_and_id.h b/tests/headers/objc_sel_and_id.h
deleted file mode 100644
index 6491a541..00000000
--- a/tests/headers/objc_sel_and_id.h
+++ /dev/null
@@ -1,7 +0,0 @@
-// bindgen-flags: -- -x objective-c
-// bindgen-osx-only
-
-id object;
-SEL selector;
-
-void f(id object, SEL selector);