Skip to content

Commit e94c542

Browse files
committed
#[ignore(cfg(windows))] for a test I added to arena that involves failure.
1 parent 907f5b4 commit e94c542

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/libstd/arena.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,7 @@ fn test_arena_destructors() {
249249
}
250250
}
251251

252-
#[test]
253-
#[should_fail]
252+
#[test] #[should_fail] #[ignore(cfg(windows))]
254253
fn test_arena_destructors_fail() {
255254
let arena = arena::arena();
256255
// Put some stuff in the arena.

0 commit comments

Comments
 (0)