Add missing #[test] attribute to test

This commit is contained in:
arcnmx 2015-10-19 00:36:28 -04:00
parent d3f497861d
commit 9c3a06219a

View file

@ -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;