Oops, the should_fail test needs to be ignored on windows.

This commit is contained in:
gareth 2013-04-23 20:02:47 +01:00
parent 690120d6bc
commit ceeffa1ec6

View file

@ -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
}