about summary refs log tree commit diff
path: root/tests/ui/const-generics/unused-const-param.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/const-generics/unused-const-param.rs')
-rw-r--r--tests/ui/const-generics/unused-const-param.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/const-generics/unused-const-param.rs b/tests/ui/const-generics/unused-const-param.rs
index c7f74cfac7d..41f7cec63c1 100644
--- a/tests/ui/const-generics/unused-const-param.rs
+++ b/tests/ui/const-generics/unused-const-param.rs
@@ -1,4 +1,4 @@
-// check-pass
+//@ check-pass
 
 struct A<const N: usize>; // ok