File tree 1 file changed +3
-3
lines changed
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
301
301
failures:
302
302
303
303
---- test_hello stdout ----
304
- <tab> thread 'test_hello' panicked at 'assertion failed:[..]",
304
+ [..] thread 'test_hello' panicked at 'assertion failed:[..]",
305
305
)
306
306
. with_stdout_contains ( "[..]`(left == right)`[..]" )
307
307
. with_stdout_contains ( "[..]left: `\" hello\" `,[..]" )
@@ -367,7 +367,7 @@ test test_hello ... FAILED
367
367
failures:
368
368
369
369
---- test_hello stdout ----
370
- <tab> thread 'test_hello' panicked at 'assertion failed: false', \
370
+ [..] thread 'test_hello' panicked at 'assertion failed: false', \
371
371
tests[/]footest.rs:4[..]
372
372
" ,
373
373
)
@@ -413,7 +413,7 @@ test test_hello ... FAILED
413
413
failures:
414
414
415
415
---- test_hello stdout ----
416
- <tab> thread 'test_hello' panicked at 'assertion failed: false', \
416
+ [..] thread 'test_hello' panicked at 'assertion failed: false', \
417
417
src[/]lib.rs:4[..]
418
418
" ,
419
419
)
You can’t perform that action at this time.
0 commit comments