summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc
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
commit5e872568a8a225b462aef7d52e2349c1984f9028 (patch)
tree2d575ebea24c9e7a9d41e6e65d56c78a6d2a7ef1 /compiler/rustc_codegen_gcc
parent0ad798aec713a0d3b2b5aa677a343d767ea550b1 (diff)
downloadrust-5e872568a8a225b462aef7d52e2349c1984f9028.tar.gz
rust-5e872568a8a225b462aef7d52e2349c1984f9028.zip
rename `./x test`'s `--rustc-args` to `--compiletest-rustc-args`
Diffstat (limited to 'compiler/rustc_codegen_gcc')
-rw-r--r--compiler/rustc_codegen_gcc/build_system/src/test.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/rustc_codegen_gcc/build_system/src/test.rs b/compiler/rustc_codegen_gcc/build_system/src/test.rs
index dabf6c5aa3e..83fa8059b1a 100644
--- a/compiler/rustc_codegen_gcc/build_system/src/test.rs
+++ b/compiler/rustc_codegen_gcc/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),