Skip to content

Commit 9738a07

Browse files
committed
fixup! std: unix process_unsupported: Provide a wait status emulation
1 parent 06567ad commit 9738a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/sys/unix/process/process_unsupported/wait_status.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ impl ExitStatus {
8484
#[cfg(all(test, target_os = "linux"))]
8585
mod compare_with_linux {
8686
use super::ExitStatus as Emulated;
87-
use crate::process::ExitStatus as Real;
8887
use crate::os::unix::process::ExitStatusExt as _;
88+
use crate::process::ExitStatus as Real;
8989

9090
#[test]
9191
fn compare() {

0 commit comments

Comments
 (0)