about summary refs log tree commit diff
path: root/tests/ui/consts/const-block-item-macro-codegen.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/consts/const-block-item-macro-codegen.rs')
-rw-r--r--tests/ui/consts/const-block-item-macro-codegen.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/consts/const-block-item-macro-codegen.rs b/tests/ui/consts/const-block-item-macro-codegen.rs
index 7ad883686ae..ccafbcd541e 100644
--- a/tests/ui/consts/const-block-item-macro-codegen.rs
+++ b/tests/ui/consts/const-block-item-macro-codegen.rs
@@ -1,4 +1,4 @@
-// run-pass
+//@ run-pass
 #![allow(dead_code)]
 // General test that function items in static blocks
 // can be generated with a macro.