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
1 changed files with 1 additions and 1 deletions
|
|
@ -625,8 +625,8 @@ mod tests {
|
|||
drop(p.wait());
|
||||
}
|
||||
|
||||
#[cfg(unix)]
|
||||
#[cfg(all(unix, not(target_os="android")))]
|
||||
#[test]
|
||||
fn signal_reported_right() {
|
||||
use os::unix::process::ExitStatusExt;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue