Skip to content

Commit b4243dc

Browse files
committed
Rename tests for -Zextra-link-arg.
1 parent 51f00f9 commit b4243dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/testsuite/build_script_extra_link_arg.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
use cargo_test_support::{basic_bin_manifest, project};
44

55
#[cargo_test]
6-
fn build_script_extra_bin_link_args() {
6+
fn build_script_extra_link_arg_bin() {
77
let p = project()
88
.file("Cargo.toml", &basic_bin_manifest("foo"))
99
.file("src/main.rs", "fn main() {}")
@@ -27,7 +27,7 @@ fn build_script_extra_bin_link_args() {
2727
}
2828

2929
#[cargo_test]
30-
fn build_script_extra_link_args() {
30+
fn build_script_extra_link_arg() {
3131
let p = project()
3232
.file("Cargo.toml", &basic_bin_manifest("foo"))
3333
.file("src/main.rs", "fn main() {}")
@@ -51,7 +51,7 @@ fn build_script_extra_link_args() {
5151
}
5252

5353
#[cargo_test]
54-
fn build_script_extra_link_args_warn_on_stable() {
54+
fn build_script_extra_link_arg_warn_without_flag() {
5555
let p = project()
5656
.file("Cargo.toml", &basic_bin_manifest("foo"))
5757
.file("src/main.rs", "fn main() {}")

0 commit comments

Comments
 (0)