Skip to content

Commit

Permalink
Auto merge of #5535 - ehuss:ignore-test-tab, r=alexcrichton
Browse files Browse the repository at this point in the history
Ignore <tab> in libtest output.

rust-lang/rust#50387 is changing the output from libtest which affected a few Cargo tests.
  • Loading branch information
bors committed May 15, 2018
2 parents af98105 + 1a715aa commit d601e9d
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 d601e9d

Please sign in to comment.