File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/tools/miri/tests/fail/panic Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11//@error-in-other-file: the program aborted execution
22//@normalize-stderr-test: "\| +\^+" -> "| ^"
3- //@normalize-stderr-test: "libc::abort\(\);|core::intrinsics::abort\(\);" -> "ABORT();"
3+ //@normalize-stderr-test: "unsafe \{ libc::abort\(\); \} |core::intrinsics::abort\(\);" -> "ABORT();"
44//@compile-flags: -C panic=abort
55
66fn main ( ) {
Original file line number Diff line number Diff line change 11//@error-in-other-file: the program aborted execution
22//@normalize-stderr-test: "\| +\^+" -> "| ^"
3- //@normalize-stderr-test: "libc::abort\(\);|core::intrinsics::abort\(\);" -> "ABORT();"
3+ //@normalize-stderr-test: "unsafe \{ libc::abort\(\); \} |core::intrinsics::abort\(\);" -> "ABORT();"
44//@compile-flags: -C panic=abort
55
66fn main ( ) {
Original file line number Diff line number Diff line change 11//@error-in-other-file: the program aborted execution
22//@normalize-stderr-test: "\| +\^+" -> "| ^"
3- //@normalize-stderr-test: "libc::abort\(\);|core::intrinsics::abort\(\);" -> "ABORT();"
3+ //@normalize-stderr-test: "unsafe \{ libc::abort\(\); \} |core::intrinsics::abort\(\);" -> "ABORT();"
44//@compile-flags: -C panic=abort
55
66fn main ( ) {
Original file line number Diff line number Diff line change 11//@error-in-other-file: the program aborted execution
22//@normalize-stderr-test: "\| +\^+" -> "| ^"
3- //@normalize-stderr-test: "libc::abort\(\);|core::intrinsics::abort\(\);" -> "ABORT();"
3+ //@normalize-stderr-test: "unsafe \{ libc::abort\(\); \} |core::intrinsics::abort\(\);" -> "ABORT();"
44//@compile-flags: -C panic=abort
55
66fn main ( ) {
You can’t perform that action at this time.
0 commit comments