delete space
This commit is contained in:
parent
625432c837
commit
0106f5bcba
@ -31,13 +31,13 @@ fn exitstatus_display_tests() {
|
|||||||
t(0x0137f, "stopped (not terminated) by signal: 19 (SIGCONT)");
|
t(0x0137f, "stopped (not terminated) by signal: 19 (SIGCONT)");
|
||||||
|
|
||||||
#[cfg(not(any(
|
#[cfg(not(any(
|
||||||
target_arch = "mips",
|
target_arch = "mips",
|
||||||
target_arch = "mips64",
|
target_arch = "mips64",
|
||||||
target_arch = "sparc",
|
target_arch = "sparc",
|
||||||
target_arch = "sparc64"
|
target_arch = "sparc64"
|
||||||
)))]
|
)))]
|
||||||
t(0x0137f, "stopped (not terminated) by signal: 19 (SIGSTOP)");
|
t(0x0137f, "stopped (not terminated) by signal: 19 (SIGSTOP)");
|
||||||
|
|
||||||
t(0x0ffff, "continued (WIFCONTINUED)");
|
t(0x0ffff, "continued (WIFCONTINUED)");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user