Skip to content

Commit 03ddce3

Browse files
borsehuss
authored andcommitted
Auto merge of #7883 - estebank:change-test, r=ehuss
Modify test to make `rustc` PR mergeable Modify a test to be less succeptible to failure for wording changes.
1 parent 0a77863 commit 03ddce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsuite/check.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ fn check_fail() {
6464

6565
foo.cargo("check")
6666
.with_status(101)
67-
.with_stderr_contains("[..]this function takes 0 parameters but 1 parameter was supplied")
67+
.with_stderr_contains("[..]this function takes 0[..]")
6868
.run();
6969
}
7070

0 commit comments

Comments
 (0)