about summary refs log tree commit diff
path: root/tests/ui/implied-bounds/normalization.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/implied-bounds/normalization.rs')
-rw-r--r--tests/ui/implied-bounds/normalization.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/implied-bounds/normalization.rs b/tests/ui/implied-bounds/normalization.rs
index f776fc98a9e..656e18c7e5b 100644
--- a/tests/ui/implied-bounds/normalization.rs
+++ b/tests/ui/implied-bounds/normalization.rs
@@ -1,6 +1,6 @@
 // Test that we get implied bounds from complex projections after normalization.
 
-// check-pass
+//@ check-pass
 
 // implementations wil ensure that
 // WF(<T as Combine<'a>>::Ty) implies T: 'a