summaryrefslogtreecommitdiffstats
path: root/tests/ui/generic-associated-types/method-unsatified-assoc-type-predicate.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/ui/generic-associated-types/method-unsatified-assoc-type-predicate.rs (renamed from src/test/ui/generic-associated-types/method-unsatified-assoc-type-predicate.rs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/generic-associated-types/method-unsatified-assoc-type-predicate.rs b/tests/ui/generic-associated-types/method-unsatified-assoc-type-predicate.rs
index 36974b3df..83655341d 100644
--- a/src/test/ui/generic-associated-types/method-unsatified-assoc-type-predicate.rs
+++ b/tests/ui/generic-associated-types/method-unsatified-assoc-type-predicate.rs
@@ -11,7 +11,7 @@ trait M {
impl<T: X<Y<i32> = i32>> M for T {}
//~^ NOTE trait bound `<S as X>::Y<i32> = i32` was not satisfied
-//~| NOTE unsatisfied trait bound introduced here
+//~| NOTE
//~| NOTE
//~| NOTE