Skip to content

Commit 7eb0a99

Browse files
committed
Fix jit mode testing
1 parent 5cdb866 commit 7eb0a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_system/tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ impl<'a> TestRunner<'a> {
374374
TestCaseCmd::JitBin { source, args } => {
375375
let mut jit_cmd = self.rustc_command([
376376
"-Zunstable-options",
377-
"-Cllvm-args=mode=jit",
377+
"-Cllvm-args=jit-mode",
378378
"-Cprefer-dynamic",
379379
source,
380380
"--cfg",

0 commit comments

Comments
 (0)