We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de9666f commit 01e0d23Copy full SHA for 01e0d23
src/test/run-pass/invalid_const_promotion.rs
@@ -39,6 +39,7 @@ fn check_status(status: std::process::ExitStatus)
39
use std::os::unix::process::ExitStatusExt;
40
41
assert!(status.signal() == Some(libc::SIGILL)
42
+ || status.signal() == Some(libc::SIGTRAP)
43
|| status.signal() == Some(libc::SIGABRT));
44
}
45
0 commit comments