Skip to content

Commit dc49aab

Browse files
committed
test: Update panics for Rust 1.91
1 parent b8915ed commit dc49aab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/custom-panic/tests/integration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ fn debug() {
3232
.assert()
3333
.stderr_eq(snapbox::str![[r#"
3434
35-
thread 'main' panicked at tests/custom-panic/src/main.rs:11:5:
35+
thread 'main' ([..]) panicked at tests/custom-panic/src/main.rs:11:5:
3636
OMG EVERYTHING IS ON FIRE!!!
3737
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
3838

tests/single-panic/tests/integration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ fn debug() {
8181
.assert()
8282
.stderr_eq(snapbox::str![[r#"
8383
84-
thread 'main' panicked at tests/single-panic/src/main.rs:[..]:
84+
thread 'main' ([..]) panicked at tests/single-panic/src/main.rs:[..]:
8585
OMG EVERYTHING IS ON FIRE!!!
8686
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
8787

0 commit comments

Comments
 (0)