Skip to content

Commit

Permalink
Update test expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Oct 8, 2021
1 parent d2c8377 commit 0cc4cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/ui/rt-explody-panic-payloads.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ fn main() {
println!("{:#?}", output);
let stderr = std::str::from_utf8(&output.stderr);
assert!(stderr.map(|v| {
v.ends_with("drop of the panic payload panicked")
v.ends_with("fatal runtime error: drop of the panic payload panicked\n")
}).unwrap_or(false));
}

0 comments on commit 0cc4cce

Please sign in to comment.