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 @@ -316,7 +316,7 @@ test test_hello ... FAILED
316
316
failures:
317
317
318
318
---- test_hello stdout ----
319
- [..]thread 'test_hello ' panicked at 'assertion failed:[..]" ,
319
+ [..]thread '[..] ' panicked at 'assertion failed:[..]" ,
320
320
)
321
321
. with_stdout_contains ( "[..]`(left == right)`[..]" )
322
322
. with_stdout_contains ( "[..]left: `\" hello\" `,[..]" )
@@ -366,7 +366,7 @@ test test_hello ... FAILED
366
366
failures:
367
367
368
368
---- test_hello stdout ----
369
- [..]thread 'test_hello ' panicked at 'assertion failed: false', \
369
+ [..]thread '[..] ' panicked at 'assertion failed: false', \
370
370
tests/footest.rs:1[..]
371
371
" ,
372
372
)
@@ -402,7 +402,7 @@ test test_hello ... FAILED
402
402
failures:
403
403
404
404
---- test_hello stdout ----
405
- [..]thread 'test_hello ' panicked at 'assertion failed: false', \
405
+ [..]thread '[..] ' panicked at 'assertion failed: false', \
406
406
src/lib.rs:1[..]
407
407
" ,
408
408
)
You can’t perform that action at this time.
0 commit comments