mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
Modify test to make rustc
PR mergeable
Modify a test to be less succeptible to failure for wording changes.
This commit is contained in:
parent
c31bd9d8ac
commit
e0787ec2b3
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user