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/link-native-libs/msvc-non-utf8-output.rs | |
| parent | 5ba0dd4ef669ca7512031f1f7ee2ae19f1fd099b (diff) | |
| download | rust-835fbcbcab82ce728a7233de6c32a2d206e3336c.tar.gz rust-835fbcbcab82ce728a7233de6c32a2d206e3336c.zip | |
Remove the `-test` suffix from normalize directives
Diffstat (limited to 'tests/ui/link-native-libs/msvc-non-utf8-output.rs')
| -rw-r--r-- | tests/ui/link-native-libs/msvc-non-utf8-output.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/link-native-libs/msvc-non-utf8-output.rs b/tests/ui/link-native-libs/msvc-non-utf8-output.rs index 659a832247a..03b1f6516ab 100644 --- a/tests/ui/link-native-libs/msvc-non-utf8-output.rs +++ b/tests/ui/link-native-libs/msvc-non-utf8-output.rs @@ -1,5 +1,5 @@ //@ build-fail //@ compile-flags:-C link-arg=⦺ⅈ⽯⭏⽽◃⡽⚞ //@ only-msvc -//@ normalize-stderr-test: "(?:.|\n)*(⦺ⅈ⽯⭏⽽◃⡽⚞)(?:.|\n)*" -> "$1" +//@ normalize-stderr: "(?:.|\n)*(⦺ⅈ⽯⭏⽽◃⡽⚞)(?:.|\n)*" -> "$1" pub fn main() {} |
