File tree 1 file changed +2
-2
lines changed
src/tools/compiletest/src
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -335,7 +335,7 @@ pub fn parse_config(args: Vec<String>) -> Config {
335
335
runtool : matches. opt_str ( "runtool" ) ,
336
336
host_rustcflags : matches. opt_str ( "host-rustcflags" ) ,
337
337
target_rustcflags : matches. opt_str ( "target-rustcflags" ) ,
338
- target : target ,
338
+ target,
339
339
host : opt_str2 ( matches. opt_str ( "host" ) ) ,
340
340
cdb,
341
341
gdb,
@@ -345,7 +345,7 @@ pub fn parse_config(args: Vec<String>) -> Config {
345
345
lldb_native_rust,
346
346
llvm_version : matches. opt_str ( "llvm-version" ) ,
347
347
system_llvm : matches. opt_present ( "system-llvm" ) ,
348
- android_cross_path : android_cross_path ,
348
+ android_cross_path,
349
349
adb_path : opt_str2 ( matches. opt_str ( "adb-path" ) ) ,
350
350
adb_test_dir : opt_str2 ( matches. opt_str ( "adb-test-dir" ) ) ,
351
351
adb_device_status : opt_str2 ( matches. opt_str ( "target" ) ) . contains ( "android" )
You can’t perform that action at this time.
0 commit comments