diff options
| author | monstercatss <manypotatoes1@gmail.com> | 2024-08-09 10:12:54 +0800 |
|---|---|---|
| committer | monstercatss <manypotatoes1@gmail.com> | 2024-08-09 10:12:54 +0800 |
| commit | 0106f5bcbab8ded01bc4b027d8381d2a3a7cc265 (patch) | |
| tree | e0c7d36c36b4b0dcbcec6e2ea9178efa39d35036 | |
| parent | 625432c837875e40b4167c0a5c7702b2f3c671a0 (diff) | |
| download | rust-0106f5bcbab8ded01bc4b027d8381d2a3a7cc265.tar.gz rust-0106f5bcbab8ded01bc4b027d8381d2a3a7cc265.zip | |
delete space
| -rw-r--r-- | library/std/src/sys/pal/unix/process/process_unix/tests.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/std/src/sys/pal/unix/process/process_unix/tests.rs b/library/std/src/sys/pal/unix/process/process_unix/tests.rs index 9410b1a87da..f4d6ac6b4e3 100644 --- a/library/std/src/sys/pal/unix/process/process_unix/tests.rs +++ b/library/std/src/sys/pal/unix/process/process_unix/tests.rs @@ -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)"); } |
