about summary refs log tree commit diff
path: root/src/test/ui/lint/issue-47775-nested-macro-unnecessary-parens-arg.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/lint/issue-47775-nested-macro-unnecessary-parens-arg.rs')
-rw-r--r--src/test/ui/lint/issue-47775-nested-macro-unnecessary-parens-arg.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/lint/issue-47775-nested-macro-unnecessary-parens-arg.rs b/src/test/ui/lint/issue-47775-nested-macro-unnecessary-parens-arg.rs
index b4e6c5074e3..7f623727aac 100644
--- a/src/test/ui/lint/issue-47775-nested-macro-unnecessary-parens-arg.rs
+++ b/src/test/ui/lint/issue-47775-nested-macro-unnecessary-parens-arg.rs
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// must-compile-successfully
+// compile-pass
 
 #![warn(unused_parens)]