fix format · patricklam/verify-rust-std@dadbd58 (original) (raw)
File tree
1 file changed
lines changed
- std/src/sys/pal/unix/process/process_unix
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -30,10 +30,12 @@ fn exitstatus_display_tests() { | ||
30 | 30 | #[cfg(any(target_arch = "sparc", target_arch = "sparc64"))] |
31 | 31 | t(0x0137f, "stopped (not terminated) by signal: 19 (SIGCONT)"); |
32 | 32 | |
33 | -#[cfg(not(any(target_arch = "mips", | |
34 | - target_arch = "sparc", | |
35 | - target_arch = "mips64", | |
36 | - target_arch = "sprac64")))] | |
33 | +#[cfg(not(any( | |
34 | + target_arch = "mips", | |
35 | + target_arch = "mips64", | |
36 | + target_arch = "sparc", | |
37 | + target_arch = "sparc64" | |
38 | + )))] | |
37 | 39 | t(0x0137f, "stopped (not terminated) by signal: 19 (SIGSTOP)"); |
38 | 40 | |
39 | 41 | t(0x0ffff, "continued (WIFCONTINUED)"); |