File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -314,9 +314,9 @@ fn cargo_bench_failing_test() {
314
314
[RUNNING] [..] (target/release/deps/foo-[..][EXE])" ,
315
315
)
316
316
. with_stdout_contains ( "[..]thread '[..]' panicked at[..]" )
317
- . with_stdout_contains ( "[..]assertion failed[..]" )
318
- . with_stdout_contains ( "[..]left: ` \" hello\" ` [..]" )
319
- . with_stdout_contains ( "[..]right: ` \" nope\" ` [..]" )
317
+ . with_stdout_contains ( "[..]assertion [..] failed[..]" )
318
+ . with_stdout_contains ( "[..]left: [..] \" hello\" [..]" )
319
+ . with_stdout_contains ( "[..]right: [..] \" nope\" [..]" )
320
320
. with_stdout_contains ( "[..]src/main.rs:15[..]" )
321
321
. with_status ( 101 )
322
322
. run ( ) ;
Original file line number Diff line number Diff line change @@ -389,10 +389,10 @@ failures:
389
389
---- test_hello stdout ----
390
390
[..]thread '[..]' panicked at [..]" ,
391
391
)
392
- . with_stdout_contains ( "[..]assertion failed[..]" )
393
- . with_stdout_contains ( "[..]`( left == right)` [..]" )
394
- . with_stdout_contains ( "[..]left: ` \" hello\" `, [..]" )
395
- . with_stdout_contains ( "[..]right: ` \" nope\" ` [..]" )
392
+ . with_stdout_contains ( "[..]assertion [..] failed[..]" )
393
+ . with_stdout_contains ( "[..]left == right[..]" )
394
+ . with_stdout_contains ( "[..]left: [..] \" hello\" [..]" )
395
+ . with_stdout_contains ( "[..]right: [..] \" nope\" [..]" )
396
396
. with_stdout_contains ( "[..]src/main.rs:12[..]" )
397
397
. with_stdout_contains (
398
398
"\
You can’t perform that action at this time.
0 commit comments