about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRémy Rakic <remy.rakic+github@gmail.com>2024-08-12 15:11:25 +0000
committerRémy Rakic <remy.rakic+github@gmail.com>2024-08-12 15:28:38 +0000
commitdccb0fec6f3ada421e4e6ca58bf2ac943e623cb2 (patch)
treef9afce8c5d744343343549b1dd6ca9c3130f4d72
parent18c7d54993023b25f77bf48355a3659e8838e61d (diff)
downloadrust-dccb0fec6f3ada421e4e6ca58bf2ac943e623cb2.tar.gz
rust-dccb0fec6f3ada421e4e6ca58bf2ac943e623cb2.zip
rename `./x test`'s `--rustc-args` to `--compiletest-rustc-args`
-rw-r--r--build_system/src/test.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_system/src/test.rs b/build_system/src/test.rs
index dabf6c5aa3e..83fa8059b1a 100644
--- a/build_system/src/test.rs
+++ b/build_system/src/test.rs
@@ -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),