File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1897,7 +1897,7 @@ impl Config {
1897
1897
CargoFeaturesDef :: Selected ( it) => it,
1898
1898
} ,
1899
1899
extra_args : self . extra_args ( source_root) . clone ( ) ,
1900
- extra_test_bin_args : self . runnables_extraTestBinaryArgs ( ) . clone ( ) ,
1900
+ extra_test_bin_args : self . runnables_extraTestBinaryArgs ( source_root ) . clone ( ) ,
1901
1901
extra_env : self . extra_env ( source_root) . clone ( ) ,
1902
1902
target_dir : self . target_dir_from_config ( source_root) ,
1903
1903
}
@@ -1954,7 +1954,7 @@ impl Config {
1954
1954
CargoFeaturesDef :: Selected ( it) => it,
1955
1955
} ,
1956
1956
extra_args : self . check_extra_args ( source_root) ,
1957
- extra_test_bin_args : self . runnables_extraTestBinaryArgs ( ) . clone ( ) ,
1957
+ extra_test_bin_args : self . runnables_extraTestBinaryArgs ( source_root ) . clone ( ) ,
1958
1958
extra_env : self . check_extra_env ( source_root) ,
1959
1959
target_dir : self . target_dir_from_config ( source_root) ,
1960
1960
} ,
You can’t perform that action at this time.
0 commit comments