diff options
| author | Zalathar <Zalathar@users.noreply.github.com> | 2024-12-25 22:12:17 +1100 |
|---|---|---|
| committer | Zalathar <Zalathar@users.noreply.github.com> | 2024-12-27 19:58:16 +1100 |
| commit | 835fbcbcab82ce728a7233de6c32a2d206e3336c (patch) | |
| tree | e06ec1d1eff7f79075b4ee3fdce920c8c5e01658 /tests/ui/argfile/commandline-argfile-multiple.rs | |
| parent | 5ba0dd4ef669ca7512031f1f7ee2ae19f1fd099b (diff) | |
| download | rust-835fbcbcab82ce728a7233de6c32a2d206e3336c.tar.gz rust-835fbcbcab82ce728a7233de6c32a2d206e3336c.zip | |
Remove the `-test` suffix from normalize directives
Diffstat (limited to 'tests/ui/argfile/commandline-argfile-multiple.rs')
| -rw-r--r-- | tests/ui/argfile/commandline-argfile-multiple.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ui/argfile/commandline-argfile-multiple.rs b/tests/ui/argfile/commandline-argfile-multiple.rs index f658ee34fbb..f211a50892c 100644 --- a/tests/ui/argfile/commandline-argfile-multiple.rs +++ b/tests/ui/argfile/commandline-argfile-multiple.rs @@ -6,9 +6,9 @@ // windows. // //@ ignore-windows -//@ normalize-stderr-test: "os error \d+" -> "os error $$ERR" -//@ normalize-stderr-test: "commandline-argfile-missing.args:[^(]*" -> "commandline-argfile-missing.args: $$FILE_MISSING " -//@ normalize-stderr-test: "commandline-argfile-missing2.args:[^(]*" -> "commandline-argfile-missing2.args: $$FILE_MISSING " +//@ normalize-stderr: "os error \d+" -> "os error $$ERR" +//@ normalize-stderr: "commandline-argfile-missing.args:[^(]*" -> "commandline-argfile-missing.args: $$FILE_MISSING " +//@ normalize-stderr: "commandline-argfile-missing2.args:[^(]*" -> "commandline-argfile-missing2.args: $$FILE_MISSING " //@ compile-flags: --cfg cmdline_set @{{src-base}}/argfile/commandline-argfile-missing.args @{{src-base}}/argfile/commandline-argfile-badutf8.args @{{src-base}}/argfile/commandline-argfile-missing2.args #[cfg(not(cmdline_set))] |
