Skip to content

Commit

Permalink
Rollup merge of #128343 - Dajamante:patch-4, r=pietroalbini
Browse files Browse the repository at this point in the history
the output in `stderr` expects `panic-unwind`

r​? `@pietroalbini`
  • Loading branch information
matthiaskrgr authored Jul 29, 2024
2 parents c8d2cb4 + 28fc4a1 commit 296581e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ui/backtrace/synchronized-panic-handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
//@ edition:2021
//@ exec-env:RUST_BACKTRACE=0
//@ needs-threads
//@ needs-unwind
use std::thread;
const PANIC_MESSAGE: &str = "oops oh no woe is me";

Expand Down

0 comments on commit 296581e

Please sign in to comment.