Skip to content

Commit dccb0fe

Browse files
committed
rename ./x test's --rustc-args to --compiletest-rustc-args
1 parent 18c7d54 commit dccb0fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build_system/src/test.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ fn asm_tests(env: &Env, args: &TestArg) -> Result<(), String> {
552552
&"--stage",
553553
&"0",
554554
&"tests/assembly/asm",
555-
&"--rustc-args",
555+
&"--compiletest-rustc-args",
556556
&rustc_args,
557557
],
558558
Some(&rust_dir),
@@ -1020,7 +1020,7 @@ where
10201020
&"--stage",
10211021
&"0",
10221022
&format!("tests/{}", test_type),
1023-
&"--rustc-args",
1023+
&"--compiletest-rustc-args",
10241024
&rustc_args,
10251025
],
10261026
Some(&rust_path),

0 commit comments

Comments
 (0)