]> git.lizzy.rs Git - rust.git/commitdiff
Add missing #[test] attribute to test
authorarcnmx <arcnmx@users.noreply.github.com>
Mon, 19 Oct 2015 04:36:28 +0000 (00:36 -0400)
committerarcnmx <arcnmx@users.noreply.github.com>
Mon, 19 Oct 2015 04:54:31 +0000 (00:54 -0400)
src/libstd/process.rs

index 4e80fb2ceb09ed4ae4b1caac7cd88c0ddb2020ff..c01e2ff40f94087d352b0b7649f37198cc2ed63f 100644 (file)
@@ -625,8 +625,8 @@ fn exit_reported_right() {
         drop(p.wait());
     }
 
-    #[cfg(unix)]
     #[cfg(all(unix, not(target_os="android")))]
+    #[test]
     fn signal_reported_right() {
         use os::unix::process::ExitStatusExt;