1
Fork 0

Fix jit mode testing

This commit is contained in:
bjorn3 2025-03-05 15:55:41 +00:00
parent 5cdb866356
commit 7eb0a99fc9

View file

@ -374,7 +374,7 @@ impl<'a> TestRunner<'a> {
TestCaseCmd::JitBin { source, args } => { TestCaseCmd::JitBin { source, args } => {
let mut jit_cmd = self.rustc_command([ let mut jit_cmd = self.rustc_command([
"-Zunstable-options", "-Zunstable-options",
"-Cllvm-args=mode=jit", "-Cllvm-args=jit-mode",
"-Cprefer-dynamic", "-Cprefer-dynamic",
source, source,
"--cfg", "--cfg",