about summary refs log tree commit diff
path: root/tests/ui/implied-bounds/normalization-nested.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/implied-bounds/normalization-nested.rs')
-rw-r--r--tests/ui/implied-bounds/normalization-nested.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/ui/implied-bounds/normalization-nested.rs b/tests/ui/implied-bounds/normalization-nested.rs
index 87903783a67..3f569aa1ace 100644
--- a/tests/ui/implied-bounds/normalization-nested.rs
+++ b/tests/ui/implied-bounds/normalization-nested.rs
@@ -1,11 +1,8 @@
 // Test for normalization of projections that appear in the item bounds
 // (versus those that appear directly in the input types).
-// Both revisions should pass. `lifetime` revision is a bug.
 //
 // revisions: param_ty lifetime
-// [param_ty] check-pass
-// [lifetime] check-fail
-// [lifetime] known-bug: #109799
+// check-pass
 
 pub trait Iter {
     type Item;