mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
disable BTree min_max test in Miri for now
This commit is contained in:
@@ -310,6 +310,7 @@ fn test<T>(size: usize, mut iter: T)
|
||||
}
|
||||
|
||||
#[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);
|
||||
|
||||
Reference in New Issue
Block a user