mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 00:34:06 +00:00
Rustfmt
This commit is contained in:
parent
716101c01d
commit
e62e1d4347
@ -465,7 +465,8 @@ impl TestRunner {
|
||||
out_dir.push("out");
|
||||
|
||||
let is_native = host_triple == target_triple;
|
||||
let jit_supported = target_triple.contains("x86_64") && is_native && !host_triple.contains("windows");
|
||||
let jit_supported =
|
||||
target_triple.contains("x86_64") && is_native && !host_triple.contains("windows");
|
||||
|
||||
let mut rust_flags = env::var("RUSTFLAGS").ok().unwrap_or("".to_string());
|
||||
let mut run_wrapper = Vec::new();
|
||||
|
Loading…
Reference in New Issue
Block a user