about summary refs log tree commit diff
path: root/tests/ui/pattern/usefulness/const-pat-ice.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/pattern/usefulness/const-pat-ice.rs')
-rw-r--r--tests/ui/pattern/usefulness/const-pat-ice.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/pattern/usefulness/const-pat-ice.rs b/tests/ui/pattern/usefulness/const-pat-ice.rs
index abfacf3936b..69f16185676 100644
--- a/tests/ui/pattern/usefulness/const-pat-ice.rs
+++ b/tests/ui/pattern/usefulness/const-pat-ice.rs
@@ -1,4 +1,4 @@
-// check-pass
+//@ check-pass
 
 const FOO: &&&u32 = &&&42;