#[ignore(cfg(windows))] for a test I added to arena that involves failure.

This commit is contained in:
Michael Sullivan 2012-08-22 10:29:23 -07:00
parent 907f5b4672
commit e94c5420f4

View File

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