Add a win32-ignore attribute to a should-fail test.
This commit is contained in:
parent
94fe5011e2
commit
2796ab6de9
1 changed files with 1 additions and 0 deletions
|
@ -1554,6 +1554,7 @@ mod tests {
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[should_fail]
|
#[should_fail]
|
||||||
|
#[ignore(cfg(target_os = "win32"))]
|
||||||
fn test_pop_char_fail() {
|
fn test_pop_char_fail() {
|
||||||
let data = "";
|
let data = "";
|
||||||
let _cc3 = pop_char(data);
|
let _cc3 = pop_char(data);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue