Skip to content

Commit 3c8ba9a

Browse files
committed
test: fix to error message for multitarget
1 parent 086145e commit 3c8ba9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsuite/multitarget.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ fn double_target_rejected_with_config() {
3030
.build();
3131

3232
p.cargo("build")
33-
.with_stderr("[ERROR] specifying multiple `--target` flags requires `-Zmultitarget`")
33+
.with_stderr("[ERROR] specifying multiple `target` in `build.target` config value requires `-Zmultitarget`")
3434
.with_status(101)
3535
.run();
3636
}

0 commit comments

Comments
 (0)