Skip to content

Commit

Permalink
delete space
Browse files Browse the repository at this point in the history
  • Loading branch information
MinxuanZ committed Aug 9, 2024
1 parent 625432c commit 0106f5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/std/src/sys/pal/unix/process/process_unix/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ fn exitstatus_display_tests() {
t(0x0137f, "stopped (not terminated) by signal: 19 (SIGCONT)");

#[cfg(not(any(
target_arch = "mips",
target_arch = "mips",
target_arch = "mips64",
target_arch = "sparc",
target_arch = "sparc64"
)))]
t(0x0137f, "stopped (not terminated) by signal: 19 (SIGSTOP)");

t(0x0ffff, "continued (WIFCONTINUED)");
}

Expand Down

0 comments on commit 0106f5b

Please sign in to comment.