Skip to content

Commit

Permalink
#[ignore(cfg(windows))] for a test I added to arena that involves fai…
Browse files Browse the repository at this point in the history
…lure.
  • Loading branch information
msullivan committed Aug 22, 2012
1 parent 907f5b4 commit e94c542
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/libstd/arena.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,7 @@ fn test_arena_destructors() {
}
}

#[test]
#[should_fail]
#[test] #[should_fail] #[ignore(cfg(windows))]
fn test_arena_destructors_fail() {
let arena = arena::arena();
// Put some stuff in the arena.
Expand Down

0 comments on commit e94c542

Please sign in to comment.