Oops, the should_fail test needs to be ignored on windows.
This commit is contained in:
parent
690120d6bc
commit
ceeffa1ec6
1 changed files with 1 additions and 0 deletions
|
|
@ -617,6 +617,7 @@ mod tests {
|
|||
|
||||
#[test]
|
||||
#[should_fail]
|
||||
#[ignore(cfg(windows))]
|
||||
fn waitpid_non_existant_pid() {
|
||||
run::waitpid(123456789); // assume that this pid doesn't exist
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue