We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfef0a4 commit d9bbac0Copy full SHA for d9bbac0
build_system/tests.rs
@@ -465,7 +465,8 @@ impl TestRunner {
465
out_dir.push("out");
466
467
let is_native = host_triple == target_triple;
468
- let jit_supported = target_triple.contains("x86_64") && is_native && !host_triple.contains("windows");
+ let jit_supported =
469
+ target_triple.contains("x86_64") && is_native && !host_triple.contains("windows");
470
471
let mut rust_flags = env::var("RUSTFLAGS").ok().unwrap_or("".to_string());
472
let mut run_wrapper = Vec::new();
0 commit comments