Skip to content

Commit

Permalink
Add missing #[test] attribute to test
Browse files Browse the repository at this point in the history
  • Loading branch information
arcnmx committed Oct 19, 2015
1 parent d3f4978 commit 9c3a062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 9c3a062

Please sign in to comment.