Rustfmt
This commit is contained in:
parent
716101c01d
commit
e62e1d4347
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue