File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ test bench_hello ... ")
187
187
. with_stderr_contains ( format ! ( "\
188
188
[COMPILING] foo v0.5.0 ({})
189
189
[RUNNING] target[..]release[..]foo-[..]
190
- thread '<main> ' panicked at 'assertion failed: \
190
+ thread '[..] ' panicked at 'assertion failed: \
191
191
`(left == right)` (left: \
192
192
`\" hello\" `, right: `\" nope\" `)', src[..]foo.rs:14
193
193
[..]
Original file line number Diff line number Diff line change @@ -715,7 +715,7 @@ fn reports_unsuccessful_subcommand_result() {
715
715
execs ( ) . with_status ( 0 ) . with_stdout_contains ( " fail\n " ) ) ;
716
716
assert_that ( cargo_process ( "fail" ) ,
717
717
execs ( ) . with_status ( 101 ) . with_stderr_contains ( "\
718
- thread '<main> ' panicked at 'explicit panic', [..]
718
+ thread '[..] ' panicked at 'explicit panic', [..]
719
719
" ) ) ;
720
720
}
721
721
You can’t perform that action at this time.
0 commit comments