about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2025-03-05 15:55:41 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2025-03-05 15:55:41 +0000
commit7eb0a99fc9ff5ee3870a07926d5137d434ee22ab (patch)
tree2ba92219b7ce06451185df7d53311bf3f5cbd1bb
parent5cdb8663563fa1fc47a869d790e5cd06eaf1de3e (diff)
downloadrust-7eb0a99fc9ff5ee3870a07926d5137d434ee22ab.tar.gz
rust-7eb0a99fc9ff5ee3870a07926d5137d434ee22ab.zip
Fix jit mode testing
-rw-r--r--build_system/tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_system/tests.rs b/build_system/tests.rs
index 1b1f0f483a3..9ec0d3850f1 100644
--- a/build_system/tests.rs
+++ b/build_system/tests.rs
@@ -374,7 +374,7 @@ impl<'a> TestRunner<'a> {
                 TestCaseCmd::JitBin { source, args } => {
                     let mut jit_cmd = self.rustc_command([
                         "-Zunstable-options",
-                        "-Cllvm-args=mode=jit",
+                        "-Cllvm-args=jit-mode",
                         "-Cprefer-dynamic",
                         source,
                         "--cfg",