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 @@ -187,7 +187,7 @@ test bench_hello ... ")
187187 . with_stderr_contains ( format ! ( "\
188188 [COMPILING] foo v0.5.0 ({})
189189[RUNNING] target[..]release[..]foo-[..]
190- thread 'main ' panicked at 'assertion failed: \
190+ thread '[..] ' panicked at 'assertion failed: \
191191 `(left == right)` (left: \
192192 `\" hello\" `, right: `\" nope\" `)', src[..]foo.rs:14
193193[..]
Original file line number Diff line number Diff line change @@ -715,7 +715,7 @@ fn reports_unsuccessful_subcommand_result() {
715715 execs ( ) . with_status ( 0 ) . with_stdout_contains ( " fail\n " ) ) ;
716716 assert_that ( cargo_process ( "fail" ) ,
717717 execs ( ) . with_status ( 101 ) . with_stderr_contains ( "\
718- thread 'main ' panicked at 'explicit panic', [..]
718+ thread '[..] ' panicked at 'explicit panic', [..]
719719" ) ) ;
720720}
721721
You can’t perform that action at this time.
0 commit comments