mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 08:44:35 +00:00
fix format
This commit is contained in:
parent
a3f8edff20
commit
625432c837
@ -30,10 +30,12 @@ fn exitstatus_display_tests() {
|
||||
#[cfg(any(target_arch = "sparc", target_arch = "sparc64"))]
|
||||
t(0x0137f, "stopped (not terminated) by signal: 19 (SIGCONT)");
|
||||
|
||||
#[cfg(not(any(target_arch = "mips",
|
||||
target_arch = "sparc",
|
||||
target_arch = "mips64",
|
||||
target_arch = "sprac64")))]
|
||||
#[cfg(not(any(
|
||||
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)");
|
||||
|
Loading…
Reference in New Issue
Block a user