mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 13:40:15 +03:00
Oops, the should_fail test needs to be ignored on windows.
This commit is contained in:
@@ -617,6 +617,7 @@ fn waitpid() {
|
||||
|
||||
#[test]
|
||||
#[should_fail]
|
||||
#[ignore(cfg(windows))]
|
||||
fn waitpid_non_existant_pid() {
|
||||
run::waitpid(123456789); // assume that this pid doesn't exist
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user