File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- 500a686ba8bb1b51df7e7f8f81d286b2e20209ff
1
+ d1fb81e8dd5354ddf7cb334d5a234cab7f64b3bb
Original file line number Diff line number Diff line change 1
1
//@error-in-other-file: the program aborted execution
2
2
//@normalize-stderr-test: "\| +\^+" -> "| ^"
3
- //@normalize-stderr-test: "libc::abort\(\);|core::intrinsics::abort\(\);" -> "ABORT();"
3
+ //@normalize-stderr-test: "unsafe \{ libc::abort\(\); \} |core::intrinsics::abort\(\);" -> "ABORT();"
4
4
//@compile-flags: -C panic=abort
5
5
6
6
fn main ( ) {
Original file line number Diff line number Diff line change 1
1
//@error-in-other-file: the program aborted execution
2
2
//@normalize-stderr-test: "\| +\^+" -> "| ^"
3
- //@normalize-stderr-test: "libc::abort\(\);|core::intrinsics::abort\(\);" -> "ABORT();"
3
+ //@normalize-stderr-test: "unsafe \{ libc::abort\(\); \} |core::intrinsics::abort\(\);" -> "ABORT();"
4
4
//@compile-flags: -C panic=abort
5
5
6
6
fn main ( ) {
Original file line number Diff line number Diff line change 1
1
//@error-in-other-file: the program aborted execution
2
2
//@normalize-stderr-test: "\| +\^+" -> "| ^"
3
- //@normalize-stderr-test: "libc::abort\(\);|core::intrinsics::abort\(\);" -> "ABORT();"
3
+ //@normalize-stderr-test: "unsafe \{ libc::abort\(\); \} |core::intrinsics::abort\(\);" -> "ABORT();"
4
4
//@compile-flags: -C panic=abort
5
5
6
6
fn main ( ) {
Original file line number Diff line number Diff line change 1
1
//@error-in-other-file: the program aborted execution
2
2
//@normalize-stderr-test: "\| +\^+" -> "| ^"
3
- //@normalize-stderr-test: "libc::abort\(\);|core::intrinsics::abort\(\);" -> "ABORT();"
3
+ //@normalize-stderr-test: "unsafe \{ libc::abort\(\); \} |core::intrinsics::abort\(\);" -> "ABORT();"
4
4
//@compile-flags: -C panic=abort
5
5
6
6
fn main ( ) {
You can’t perform that action at this time.
0 commit comments