We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dadbd58 commit c54958cCopy full SHA for c54958c
std/src/sys/pal/unix/process/process_unix/tests.rs
@@ -31,13 +31,13 @@ fn exitstatus_display_tests() {
31
t(0x0137f, "stopped (not terminated) by signal: 19 (SIGCONT)");
32
33
#[cfg(not(any(
34
- target_arch = "mips",
+ target_arch = "mips",
35
target_arch = "mips64",
36
target_arch = "sparc",
37
target_arch = "sparc64"
38
)))]
39
t(0x0137f, "stopped (not terminated) by signal: 19 (SIGSTOP)");
40
-
+
41
t(0x0ffff, "continued (WIFCONTINUED)");
42
}
43
0 commit comments