Skip to content

Commit 9c3a062

Browse files
committed
Add missing #[test] attribute to test
1 parent d3f4978 commit 9c3a062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/process.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -625,8 +625,8 @@ mod tests {
625625
drop(p.wait());
626626
}
627627

628-
#[cfg(unix)]
629628
#[cfg(all(unix, not(target_os="android")))]
629+
#[test]
630630
fn signal_reported_right() {
631631
use os::unix::process::ExitStatusExt;
632632

0 commit comments

Comments
 (0)