rename ./x test
's --rustc-args
to --compiletest-rustc-args
This commit is contained in:
parent
0ad798aec7
commit
5e872568a8
4 changed files with 9 additions and 9 deletions
|
@ -552,7 +552,7 @@ fn asm_tests(env: &Env, args: &TestArg) -> Result<(), String> {
|
|||
&"--stage",
|
||||
&"0",
|
||||
&"tests/assembly/asm",
|
||||
&"--rustc-args",
|
||||
&"--compiletest-rustc-args",
|
||||
&rustc_args,
|
||||
],
|
||||
Some(&rust_dir),
|
||||
|
@ -1020,7 +1020,7 @@ where
|
|||
&"--stage",
|
||||
&"0",
|
||||
&format!("tests/{}", test_type),
|
||||
&"--rustc-args",
|
||||
&"--compiletest-rustc-args",
|
||||
&rustc_args,
|
||||
],
|
||||
Some(&rust_path),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue