about summary refs log tree commit diff
path: root/tests/ui/symbol-names/trait-objects.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/symbol-names/trait-objects.rs')
-rw-r--r--tests/ui/symbol-names/trait-objects.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/symbol-names/trait-objects.rs b/tests/ui/symbol-names/trait-objects.rs
index d3fa40d1f39..da48190285d 100644
--- a/tests/ui/symbol-names/trait-objects.rs
+++ b/tests/ui/symbol-names/trait-objects.rs
@@ -3,7 +3,7 @@
 //@ build-fail
 //@ revisions: v0
 //@[v0]compile-flags: -C symbol-mangling-version=v0
-//@[v0]normalize-stderr-test: "core\[.*?\]" -> "core[HASH]"
+//@[v0]normalize-stderr: "core\[.*?\]" -> "core[HASH]"
 
 #![feature(rustc_attrs)]