Skip to content

Commit

Permalink
Rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Aug 24, 2022
1 parent 716101c commit e62e1d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compiler/rustc_codegen_cranelift/build_system/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit e62e1d4

Please sign in to comment.