core: Ignore should_fail tests on win32

This commit is contained in:
Brian Anderson
2012-02-01 15:04:39 -08:00
parent 694de53d28
commit d24eb58a09
2 changed files with 3 additions and 0 deletions

View File

@@ -1526,6 +1526,7 @@ mod tests {
#[test]
#[should_fail]
#[ignore(cfg(target_os = "win32"))]
fn test_windowed_() {
let _x = windowed (0u, [1u,2u,3u,4u,5u,6u]);
}