Skip to content

Commit

Permalink
TMP CI
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Oct 4, 2024
1 parent c93eeb6 commit 21bbd88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/objc2/src/__macro_helpers/os_version/apple.rs
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ mod tests {
.unwrap()
.stdout;
let expected = String::from_utf8(expected).unwrap();
std::eprintln!("{expected:?}");
let expected = OSVersion::from_str(expected.trim());

let actual = current_version();
Expand Down

0 comments on commit 21bbd88

Please sign in to comment.