#[ignore(cfg(windows))] for a test I added to arena that involves failure.
This commit is contained in:
parent
907f5b4672
commit
e94c5420f4
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user