Skip to content

Commit

Permalink
Ignore <tab> in libtest output.
Browse files Browse the repository at this point in the history
rust-lang/rust#50387 is changing the output from libtest which affected a few Cargo tests.
  • Loading branch information
ehuss committed May 15, 2018
1 parent af98105 commit 1a715aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/testsuite/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ test test_hello ... FAILED
failures:
---- test_hello stdout ----
<tab>thread 'test_hello' panicked at 'assertion failed:[..]",
[..]thread 'test_hello' panicked at 'assertion failed:[..]",
)
.with_stdout_contains("[..]`(left == right)`[..]")
.with_stdout_contains("[..]left: `\"hello\"`,[..]")
Expand Down Expand Up @@ -367,7 +367,7 @@ test test_hello ... FAILED
failures:
---- test_hello stdout ----
<tab>thread 'test_hello' panicked at 'assertion failed: false', \
[..]thread 'test_hello' panicked at 'assertion failed: false', \
tests[/]footest.rs:4[..]
",
)
Expand Down Expand Up @@ -413,7 +413,7 @@ test test_hello ... FAILED
failures:
---- test_hello stdout ----
<tab>thread 'test_hello' panicked at 'assertion failed: false', \
[..]thread 'test_hello' panicked at 'assertion failed: false', \
src[/]lib.rs:4[..]
",
)
Expand Down

0 comments on commit 1a715aa

Please sign in to comment.