about summary refs log tree commit diff
path: root/tests/ui/methods
diff options
context:
space:
mode:
authorZalathar <Zalathar@users.noreply.github.com>2024-12-25 22:12:17 +1100
committerZalathar <Zalathar@users.noreply.github.com>2024-12-27 19:58:16 +1100
commit835fbcbcab82ce728a7233de6c32a2d206e3336c (patch)
treee06ec1d1eff7f79075b4ee3fdce920c8c5e01658 /tests/ui/methods
parent5ba0dd4ef669ca7512031f1f7ee2ae19f1fd099b (diff)
downloadrust-835fbcbcab82ce728a7233de6c32a2d206e3336c.tar.gz
rust-835fbcbcab82ce728a7233de6c32a2d206e3336c.zip
Remove the `-test` suffix from normalize directives
Diffstat (limited to 'tests/ui/methods')
-rw-r--r--tests/ui/methods/inherent-bound-in-probe.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/methods/inherent-bound-in-probe.rs b/tests/ui/methods/inherent-bound-in-probe.rs
index 265ef93425a..9b9eb91559b 100644
--- a/tests/ui/methods/inherent-bound-in-probe.rs
+++ b/tests/ui/methods/inherent-bound-in-probe.rs
@@ -1,4 +1,4 @@
-//@ normalize-stderr-test: "long-type-\d+" -> "long-type-hash"
+//@ normalize-stderr: "long-type-\d+" -> "long-type-hash"
 
 // Fixes #110131
 //