File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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:
3636OMG EVERYTHING IS ON FIRE!!!
3737note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
3838
Original file line number Diff line number Diff 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:[..]:
8585OMG EVERYTHING IS ON FIRE!!!
8686note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
8787
You can’t perform that action at this time.
0 commit comments