Skip to content

Commit 0106f5b

Browse files
committed
delete space
1 parent 625432c commit 0106f5b

File tree

1 file changed

+2
-2
lines changed
  • library/std/src/sys/pal/unix/process/process_unix

1 file changed

+2
-2
lines changed

library/std/src/sys/pal/unix/process/process_unix/tests.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ fn exitstatus_display_tests() {
3131
t(0x0137f, "stopped (not terminated) by signal: 19 (SIGCONT)");
3232

3333
#[cfg(not(any(
34-
target_arch = "mips",
34+
target_arch = "mips",
3535
target_arch = "mips64",
3636
target_arch = "sparc",
3737
target_arch = "sparc64"
3838
)))]
3939
t(0x0137f, "stopped (not terminated) by signal: 19 (SIGSTOP)");
40-
40+
4141
t(0x0ffff, "continued (WIFCONTINUED)");
4242
}
4343

0 commit comments

Comments
 (0)