Skip to content

Commit

Permalink
test: fix to error message for multitarget
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Mar 29, 2022
1 parent 086145e commit 3c8ba9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testsuite/multitarget.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fn double_target_rejected_with_config() {
.build();

p.cargo("build")
.with_stderr("[ERROR] specifying multiple `--target` flags requires `-Zmultitarget`")
.with_stderr("[ERROR] specifying multiple `target` in `build.target` config value requires `-Zmultitarget`")
.with_status(101)
.run();
}
Expand Down

0 comments on commit 3c8ba9a

Please sign in to comment.