summaryrefslogtreecommitdiff
path: root/tests/headers/objc_inheritance.h
diff options
context:
space:
mode:
authorSebastian Imlay <sebastian.imlay@gmail.com>2022-03-07 16:14:52 -0500
committerEmilio Cobos Álvarez <emilio@crisal.io>2022-03-15 03:38:57 +0100
commit6a169f21344d541ab4790dee894d2cc9e51a0345 (patch)
treefb9c316035bacc2f38640d81493051ed7b02fb40 /tests/headers/objc_inheritance.h
parentf34e4103f304500c96d332f5cecc9067c980d0f9 (diff)
Fix macOS test expectations
* Updated tests/expectations/Cargo.toml to use 2018 rust. * Added Debug and Copy to objective-c structs. * Fixed lifetimes in objective-c trait templates. * Fixed imports for objective-c expectations tests.
Diffstat (limited to 'tests/headers/objc_inheritance.h')
-rw-r--r--tests/headers/objc_inheritance.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/objc_inheritance.h b/tests/headers/objc_inheritance.h
index 8f96e45b..985f1597 100644
--- a/tests/headers/objc_inheritance.h
+++ b/tests/headers/objc_inheritance.h
@@ -1,4 +1,4 @@
-// bindgen-flags: --objc-extern-crate -- -x objective-c
+// bindgen-flags: -- -x objective-c
// bindgen-osx-only
@interface Foo