Skip to content

Commit

Permalink
OOM
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Oct 30, 2024
1 parent 0c40588 commit c5e7721
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cargo/core/compiler/fingerprint/dep_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,6 @@ mod encoded_dep_info {
}

#[test]
#[cfg_attr(not(target_os = "macos"), ignore = "OOM")]
fn parse_v0_fingerprint_dep_info() {
let data = include_bytes!("dep-lib-cargo_test_macro");
assert!(EncodedDepInfo::parse(&data[..]).is_none());
Expand Down

0 comments on commit c5e7721

Please sign in to comment.