Skip to content

Commit 166eb8b

Browse files
committed
Fix a ui test
1 parent aa16ee3 commit 166eb8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/ui/proc-macro/panic-abort.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
//@ force-host
33
//@ check-pass
44

5-
//~? WARN building proc macro crate with `panic=abort` may crash the compiler should the proc-macro panic
5+
//~? WARN building proc macro crate with `panic=abort` or `panic=immediate-abort` may crash the compiler should the proc-macro panic
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
warning: building proc macro crate with `panic=abort` may crash the compiler should the proc-macro panic
1+
warning: building proc macro crate with `panic=abort` or `panic=immediate-abort` may crash the compiler should the proc-macro panic
22

33
warning: 1 warning emitted
44

0 commit comments

Comments
 (0)