Fix jit mode testing
This commit is contained in:
parent
5cdb866356
commit
7eb0a99fc9
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue