std: disable timsort crash-test on windows.
This commit is contained in:
parent
17a875b08a
commit
5e5474e895
|
@ -921,6 +921,7 @@ mod test_tim_sort {
|
|||
|
||||
#[test]
|
||||
#[should_fail]
|
||||
#[cfg(unix)]
|
||||
fn crash_test() {
|
||||
let rng = rand::Rng();
|
||||
let mut arr = do vec::from_fn(1000) |_i| {
|
||||
|
|
Loading…
Reference in New Issue