Skip to content

Commit 5e5474e

Browse files
committed
std: disable timsort crash-test on windows.
1 parent 17a875b commit 5e5474e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/sort.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -921,6 +921,7 @@ mod test_tim_sort {
921921

922922
#[test]
923923
#[should_fail]
924+
#[cfg(unix)]
924925
fn crash_test() {
925926
let rng = rand::Rng();
926927
let mut arr = do vec::from_fn(1000) |_i| {

0 commit comments

Comments
 (0)