mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-09 00:17:44 +00:00
Rollup merge of #29158 - arcnmx:process-test, r=alexcrichton
This test was mysteriously messed with as part of #28500 r? @alexcrichton
This commit is contained in:
commit
b314f845e0
@ -625,8 +625,8 @@ mod tests {
|
|||||||
drop(p.wait());
|
drop(p.wait());
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(unix)]
|
|
||||||
#[cfg(all(unix, not(target_os="android")))]
|
#[cfg(all(unix, not(target_os="android")))]
|
||||||
|
#[test]
|
||||||
fn signal_reported_right() {
|
fn signal_reported_right() {
|
||||||
use os::unix::process::ExitStatusExt;
|
use os::unix::process::ExitStatusExt;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user