Add a win32-ignore attribute to a should-fail test.

This commit is contained in:
Graydon Hoare 2012-02-17 11:28:18 -08:00
parent 94fe5011e2
commit 2796ab6de9

View File

@ -1554,6 +1554,7 @@ mod tests {
#[test]
#[should_fail]
#[ignore(cfg(target_os = "win32"))]
fn test_pop_char_fail() {
let data = "";
let _cc3 = pop_char(data);