Skip to content

Commit

Permalink
Fix broken full CI
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Apr 16, 2024
1 parent 66bcb9e commit 71590b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/tests/src/test_encode_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,8 @@ assert_types! {

// Objective-C

// https://github.com/llvm/llvm-project/issues/87490
#[ignore = "pointers to booleans are broken on newer Clang versions"]
OBJC_BOOL => Bool,
ID => enc <*mut AnyObject>::ENCODING,
CLASS => enc <&AnyClass>::ENCODING,
Expand Down

0 comments on commit 71590b8

Please sign in to comment.