Rustfmt
This commit is contained in:
parent
cfef0a4f8d
commit
d9bbac069b
@ -465,7 +465,8 @@ impl TestRunner {
|
|||||||
out_dir.push("out");
|
out_dir.push("out");
|
||||||
|
|
||||||
let is_native = host_triple == target_triple;
|
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 rust_flags = env::var("RUSTFLAGS").ok().unwrap_or("".to_string());
|
||||||
let mut run_wrapper = Vec::new();
|
let mut run_wrapper = Vec::new();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user