diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2015-10-20 09:43:47 -0400 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2015-10-20 09:43:47 -0400 |
| commit | b314f845e05e01ee9a334f2fce9af55fbdcf8d84 (patch) | |
| tree | 85d6f4bdf95ba97715ee5f809273d364a962f0fd /src/libstd/process.rs | |
| parent | e7eb7d58f9d10e7c3bc9408595d43d778c304f9e (diff) | |
| parent | 9c3a06219adec4854df90423e87afdcd42c4a2ae (diff) | |
| download | rust-b314f845e05e01ee9a334f2fce9af55fbdcf8d84.tar.gz rust-b314f845e05e01ee9a334f2fce9af55fbdcf8d84.zip | |
Rollup merge of #29158 - arcnmx:process-test, r=alexcrichton
This test was mysteriously messed with as part of #28500 r? @alexcrichton
Diffstat (limited to 'src/libstd/process.rs')
| -rw-r--r-- | src/libstd/process.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/process.rs b/src/libstd/process.rs index 6e3c5eaf217..9d03022bb84 100644 --- a/src/libstd/process.rs +++ b/src/libstd/process.rs @@ -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; |
