diff options
| -rw-r--r-- | build_system/tests.rs | 2 |
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", |
