Skip to content

Commit

Permalink
Auto merge of rust-lang#7883 - estebank:change-test, r=ehuss
Browse files Browse the repository at this point in the history
Modify test to make `rustc` PR mergeable

Modify a test to be less succeptible to failure for wording changes.
  • Loading branch information
bors authored and ehuss committed Mar 16, 2020
1 parent 0a77863 commit 03ddce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testsuite/check.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ fn check_fail() {

foo.cargo("check")
.with_status(101)
.with_stderr_contains("[..]this function takes 0 parameters but 1 parameter was supplied")
.with_stderr_contains("[..]this function takes 0[..]")
.run();
}

Expand Down

0 comments on commit 03ddce3

Please sign in to comment.