Ignore another test involving failure on windows

This commit is contained in:
Brian Anderson 2011-11-01 17:35:32 -07:00
parent eb8995e2fa
commit 35affdfa61
1 changed files with 1 additions and 0 deletions

View File

@ -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};