about summary refs log tree commit diff
path: root/tests/ui/const-generics/array-impls/alloc-traits-impls-length-32.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/const-generics/array-impls/alloc-traits-impls-length-32.rs')
-rw-r--r--tests/ui/const-generics/array-impls/alloc-traits-impls-length-32.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/const-generics/array-impls/alloc-traits-impls-length-32.rs b/tests/ui/const-generics/array-impls/alloc-traits-impls-length-32.rs
index b4a083636b6..dc28b86ecee 100644
--- a/tests/ui/const-generics/array-impls/alloc-traits-impls-length-32.rs
+++ b/tests/ui/const-generics/array-impls/alloc-traits-impls-length-32.rs
@@ -1,4 +1,4 @@
-// check-pass
+//@ check-pass
 
 pub fn yes_vec_partial_eq_array<A, B>() -> impl PartialEq<[B; 32]>
 where