Skip to content

Commit

Permalink
disable BTree min_max test in Miri for now
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Jul 2, 2020
1 parent 9491f18 commit dca9310
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/liballoc/tests/btree/map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ fn test_iter_mixed() {
}

#[test]
#[cfg_attr(miri, ignore)] // FIXME: fails in Miri <https://github.com/rust-lang/rust/issues/73915>
fn test_iter_min_max() {
let mut a = BTreeMap::new();
assert_eq!(a.iter().min(), None);
Expand Down

0 comments on commit dca9310

Please sign in to comment.