std: disable timsort crash-test on windows.

This commit is contained in:
Graydon Hoare 2012-10-29 11:29:27 -07:00
parent 17a875b08a
commit 5e5474e895
1 changed files with 1 additions and 0 deletions

View File

@ -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| {