about summary refs log tree commit diff
path: root/tests/ui/parser/async-with-nonterminal-block.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/parser/async-with-nonterminal-block.rs')
-rw-r--r--tests/ui/parser/async-with-nonterminal-block.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/parser/async-with-nonterminal-block.rs b/tests/ui/parser/async-with-nonterminal-block.rs
index 96015fd5d82..8604bd383a1 100644
--- a/tests/ui/parser/async-with-nonterminal-block.rs
+++ b/tests/ui/parser/async-with-nonterminal-block.rs
@@ -1,5 +1,5 @@
-// check-pass
-// edition:2021
+//@ check-pass
+//@ edition:2021
 
 macro_rules! create_async {
     ($body:block) => {