Skip to content

Commit

Permalink
Fix test for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
simlay authored and emilio committed Sep 16, 2020
1 parent 4a51c45 commit 4f714ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/expectations/tests/libclang-3.9/objc_inheritance.rs
Expand Up @@ -77,6 +77,7 @@ impl Baz {
Self(unsafe { msg_send!(objc::class!(Baz), alloc) })
}
}
impl IBar for Baz {}
impl From<Baz> for Bar {
fn from(child: Baz) -> Bar {
Bar(child.0)
Expand Down

0 comments on commit 4f714ab

Please sign in to comment.