about summary refs log tree commit diff
path: root/tests/ui/consts/unnormalized-param-env.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/consts/unnormalized-param-env.rs')
-rw-r--r--tests/ui/consts/unnormalized-param-env.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/consts/unnormalized-param-env.rs b/tests/ui/consts/unnormalized-param-env.rs
index a7bbe4db992..440d92d09f3 100644
--- a/tests/ui/consts/unnormalized-param-env.rs
+++ b/tests/ui/consts/unnormalized-param-env.rs
@@ -1,4 +1,4 @@
-// check-pass
+//@ check-pass
 
 pub trait CSpace<const N: usize> {
     type Traj;