diff options
| author | Rémy Rakic <remy.rakic+github@gmail.com> | 2024-08-12 15:11:25 +0000 |
|---|---|---|
| committer | Rémy Rakic <remy.rakic+github@gmail.com> | 2024-08-12 15:28:38 +0000 |
| commit | 5e872568a8a225b462aef7d52e2349c1984f9028 (patch) | |
| tree | 2d575ebea24c9e7a9d41e6e65d56c78a6d2a7ef1 /compiler/rustc_codegen_gcc | |
| parent | 0ad798aec713a0d3b2b5aa677a343d767ea550b1 (diff) | |
| download | rust-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.rs | 4 |
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), |
