File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ test test_hello ... FAILED
301301failures:
302302
303303---- test_hello stdout ----
304- <tab> thread 'test_hello' panicked at 'assertion failed:[..]",
304+ [..] thread 'test_hello' panicked at 'assertion failed:[..]",
305305 )
306306 . with_stdout_contains ( "[..]`(left == right)`[..]" )
307307 . with_stdout_contains ( "[..]left: `\" hello\" `,[..]" )
@@ -367,7 +367,7 @@ test test_hello ... FAILED
367367failures:
368368
369369---- test_hello stdout ----
370- <tab> thread 'test_hello' panicked at 'assertion failed: false', \
370+ [..] thread 'test_hello' panicked at 'assertion failed: false', \
371371 tests[/]footest.rs:4[..]
372372" ,
373373 )
@@ -413,7 +413,7 @@ test test_hello ... FAILED
413413failures:
414414
415415---- test_hello stdout ----
416- <tab> thread 'test_hello' panicked at 'assertion failed: false', \
416+ [..] thread 'test_hello' panicked at 'assertion failed: false', \
417417 src[/]lib.rs:4[..]
418418" ,
419419 )
You can’t perform that action at this time.
0 commit comments