Skip to content

Commit 28fc4a1

Browse files
authored
the output in stderr expects panic-unwind
1 parent 56c698c commit 28fc4a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ui/backtrace/synchronized-panic-handler.rs

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
//@ edition:2021
44
//@ exec-env:RUST_BACKTRACE=0
55
//@ needs-threads
6+
//@ needs-unwind
67
use std::thread;
78
const PANIC_MESSAGE: &str = "oops oh no woe is me";
89

0 commit comments

Comments
 (0)