mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
Ignore another test involving failure on windows
This commit is contained in:
parent
eb8995e2fa
commit
35affdfa61
@ -22,6 +22,7 @@ fn ignored_tests_result_in_ignored() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[ignore(cfg(target_os = "win32"))]
|
||||
fn test_should_fail() {
|
||||
fn f() { fail; }
|
||||
let desc = {name: "whatever", fn: f, ignore: false, should_fail: true};
|
||||
|
Loading…
Reference in New Issue
Block a user