File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2940,15 +2940,15 @@ mod tests {
2940
2940
. push ( SearchPath :: from_cli_opt ( "all=mno" , JSON ) ) ;
2941
2941
2942
2942
v4. search_paths
2943
- . push ( SearchPath :: from_cli_opt ( "all=mno" , json ) ) ;
2943
+ . push ( SearchPath :: from_cli_opt ( "all=mno" , JSON ) ) ;
2944
2944
v4. search_paths
2945
- . push ( SearchPath :: from_cli_opt ( "native=abc" , json ) ) ;
2945
+ . push ( SearchPath :: from_cli_opt ( "native=abc" , JSON ) ) ;
2946
2946
v4. search_paths
2947
- . push ( SearchPath :: from_cli_opt ( "crate=def" , json ) ) ;
2947
+ . push ( SearchPath :: from_cli_opt ( "crate=def" , JSON ) ) ;
2948
2948
v4. search_paths
2949
- . push ( SearchPath :: from_cli_opt ( "dependency=ghi" , json ) ) ;
2949
+ . push ( SearchPath :: from_cli_opt ( "dependency=ghi" , JSON ) ) ;
2950
2950
v4. search_paths
2951
- . push ( SearchPath :: from_cli_opt ( "framework=jkl" , json ) ) ;
2951
+ . push ( SearchPath :: from_cli_opt ( "framework=jkl" , JSON ) ) ;
2952
2952
2953
2953
assert ! ( v1. dep_tracking_hash( ) == v2. dep_tracking_hash( ) ) ;
2954
2954
assert ! ( v1. dep_tracking_hash( ) == v3. dep_tracking_hash( ) ) ;
You can’t perform that action at this time.
0 commit comments