about summary refs log tree commit diff
path: root/tests/ui/attributes/malformed-attrs.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/attributes/malformed-attrs.rs')
-rw-r--r--tests/ui/attributes/malformed-attrs.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/ui/attributes/malformed-attrs.rs b/tests/ui/attributes/malformed-attrs.rs
index e30479b03b1..820484aa015 100644
--- a/tests/ui/attributes/malformed-attrs.rs
+++ b/tests/ui/attributes/malformed-attrs.rs
@@ -185,8 +185,7 @@ extern "C" {
 #[forbid]
 //~^ ERROR malformed
 #[debugger_visualizer]
-//~^ ERROR invalid argument
-//~| ERROR malformed `debugger_visualizer` attribute input
+//~^ ERROR malformed `debugger_visualizer` attribute input
 #[automatically_derived = 18]
 //~^ ERROR malformed
 mod yooo {