Skip to content

Commit a8ee477

Browse files
committed
Remove unneeded verbose flag.
1 parent b4243dc commit a8ee477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsuite/build_script_extra_link_arg.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ fn build_script_extra_link_arg_warn_without_flag() {
6565
)
6666
.build();
6767

68-
p.cargo("build -vv")
68+
p.cargo("build -v")
6969
.with_status(0)
7070
.with_stderr_contains("warning: cargo:rustc-link-arg requires -Zextra-link-arg flag")
7171
.run();

0 commit comments

Comments
 (0)