about summary refs log tree commit diff
path: root/tests/ui/duplicate_entry_error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/duplicate_entry_error.rs')
-rw-r--r--tests/ui/duplicate_entry_error.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/duplicate_entry_error.rs b/tests/ui/duplicate_entry_error.rs
index 776ecedea7e..7ebbab47095 100644
--- a/tests/ui/duplicate_entry_error.rs
+++ b/tests/ui/duplicate_entry_error.rs
@@ -1,4 +1,4 @@
-// normalize-stderr-test "loaded from .*libstd-.*.rlib" -> "loaded from SYSROOT/libstd-*.rlib"
+//@ normalize-stderr-test "loaded from .*libstd-.*.rlib" -> "loaded from SYSROOT/libstd-*.rlib"
 // note-pattern: first defined in crate `std`.
 
 // Test for issue #31788 and E0152