Add a win32-ignore attribute to a should-fail test.
This commit is contained in:
parent
94fe5011e2
commit
2796ab6de9
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user