Skip to content

Commit e62e1d4

Browse files
committed
Rustfmt
1 parent 716101c commit e62e1d4

File tree

1 file changed

+2
-1
lines changed
  • compiler/rustc_codegen_cranelift/build_system

1 file changed

+2
-1
lines changed

compiler/rustc_codegen_cranelift/build_system/tests.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,8 @@ impl TestRunner {
465465
out_dir.push("out");
466466

467467
let is_native = host_triple == target_triple;
468-
let jit_supported = target_triple.contains("x86_64") && is_native && !host_triple.contains("windows");
468+
let jit_supported =
469+
target_triple.contains("x86_64") && is_native && !host_triple.contains("windows");
469470

470471
let mut rust_flags = env::var("RUSTFLAGS").ok().unwrap_or("".to_string());
471472
let mut run_wrapper = Vec::new();

0 commit comments

Comments
 (0)