about summary refs log tree commit diff
path: root/tests/incremental/cyclic-trait-hierarchy.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/incremental/cyclic-trait-hierarchy.rs')
-rw-r--r--tests/incremental/cyclic-trait-hierarchy.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/incremental/cyclic-trait-hierarchy.rs b/tests/incremental/cyclic-trait-hierarchy.rs
index 7a3293303a9..6a6aedee832 100644
--- a/tests/incremental/cyclic-trait-hierarchy.rs
+++ b/tests/incremental/cyclic-trait-hierarchy.rs
@@ -6,7 +6,7 @@
 pub trait T2 {}
 #[cfg(cfail2)]
 pub trait T2: T1 {}
-//[cfail2]~^ ERROR cycle detected when computing the implied predicates of `T2`
+//[cfail2]~^ ERROR cycle detected when computing the super predicates of `T2`
 
 pub trait T1: T2 {}