Skip to content

Commit 4f714ab

Browse files
simlayemilio
authored andcommitted
Fix test for CI
1 parent 4a51c45 commit 4f714ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/expectations/tests/libclang-3.9/objc_inheritance.rs

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ impl Baz {
7777
Self(unsafe { msg_send!(objc::class!(Baz), alloc) })
7878
}
7979
}
80+
impl IBar for Baz {}
8081
impl From<Baz> for Bar {
8182
fn from(child: Baz) -> Bar {
8283
Bar(child.0)

0 commit comments

Comments
 (0)