Skip to content

Commit ceeffa1

Browse files
garethgareth
gareth
authored and
gareth
committed
Oops, the should_fail test needs to be ignored on windows.
1 parent 690120d commit ceeffa1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libcore/run.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,7 @@ mod tests {
617617

618618
#[test]
619619
#[should_fail]
620+
#[ignore(cfg(windows))]
620621
fn waitpid_non_existant_pid() {
621622
run::waitpid(123456789); // assume that this pid doesn't exist
622623
}

0 commit comments

Comments
 (0)