File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
use cargo_test_support:: { basic_bin_manifest, project} ;
4
4
5
5
#[ cargo_test]
6
- fn build_script_extra_bin_link_args ( ) {
6
+ fn build_script_extra_link_arg_bin ( ) {
7
7
let p = project ( )
8
8
. file ( "Cargo.toml" , & basic_bin_manifest ( "foo" ) )
9
9
. file ( "src/main.rs" , "fn main() {}" )
@@ -27,7 +27,7 @@ fn build_script_extra_bin_link_args() {
27
27
}
28
28
29
29
#[ cargo_test]
30
- fn build_script_extra_link_args ( ) {
30
+ fn build_script_extra_link_arg ( ) {
31
31
let p = project ( )
32
32
. file ( "Cargo.toml" , & basic_bin_manifest ( "foo" ) )
33
33
. file ( "src/main.rs" , "fn main() {}" )
@@ -51,7 +51,7 @@ fn build_script_extra_link_args() {
51
51
}
52
52
53
53
#[ cargo_test]
54
- fn build_script_extra_link_args_warn_on_stable ( ) {
54
+ fn build_script_extra_link_arg_warn_without_flag ( ) {
55
55
let p = project ( )
56
56
. file ( "Cargo.toml" , & basic_bin_manifest ( "foo" ) )
57
57
. file ( "src/main.rs" , "fn main() {}" )
You can’t perform that action at this time.
0 commit comments