Skip to content

Commit

Permalink
Auto merge of #1928 - alexcrichton:update, r=alexcrichton
Browse files Browse the repository at this point in the history
* Update dependencies that are getting warnings on nightly
* Tweak expected output of failing tests
  • Loading branch information
bors committed Aug 21, 2015
2 parents af1b359 + 959d1a7 commit 176b5c1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 16 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions tests/test_cargo_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,6 @@ test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured
",
COMPILING, p.url(), RUNNING))
.with_stderr(format!("\
thread '<main>' panicked at 'Some tests failed', [..]
"))
.with_status(101));
});

Expand Down

0 comments on commit 176b5c1

Please sign in to comment.