summaryrefslogtreecommitdiff
path: root/test/files/neg/t1224.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t1224.check')
-rw-r--r--test/files/neg/t1224.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t1224.check b/test/files/neg/t1224.check
index fb61275911..ab8a6f1130 100644
--- a/test/files/neg/t1224.check
+++ b/test/files/neg/t1224.check
@@ -1,4 +1,4 @@
-t1224.scala:4: error: illegal cyclic reference involving type T
+t1224.scala:4: error: lower bound C[A.this.T] does not conform to upper bound C[C[A.this.T]]
type T >: C[T] <: C[C[T]]
^
one error found