about summary refs log tree commit diff
path: root/tests/ui/error-codes/E0275.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/error-codes/E0275.rs')
-rw-r--r--tests/ui/error-codes/E0275.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/error-codes/E0275.rs b/tests/ui/error-codes/E0275.rs
index 95d7f85f105..889d9d8be90 100644
--- a/tests/ui/error-codes/E0275.rs
+++ b/tests/ui/error-codes/E0275.rs
@@ -1,4 +1,4 @@
-// normalize-stderr-test: "long-type-\d+" -> "long-type-hash"
+//@ normalize-stderr-test: "long-type-\d+" -> "long-type-hash"
 trait Foo {}
 
 struct Bar<T>(T);