Skip to content

Commit 0cc4cce

Browse files
committed
Update test expectation
1 parent d2c8377 commit 0cc4cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/rt-explody-panic-payloads.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ fn main() {
2525
println!("{:#?}", output);
2626
let stderr = std::str::from_utf8(&output.stderr);
2727
assert!(stderr.map(|v| {
28-
v.ends_with("drop of the panic payload panicked")
28+
v.ends_with("fatal runtime error: drop of the panic payload panicked\n")
2929
}).unwrap_or(false));
3030
}

0 commit comments

Comments
 (0)