summaryrefslogtreecommitdiff
path: root/test/files/neg/t2641.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t2641.check')
-rw-r--r--test/files/neg/t2641.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t2641.check b/test/files/neg/t2641.check
index 70123bfc58..9894f62db7 100644
--- a/test/files/neg/t2641.check
+++ b/test/files/neg/t2641.check
@@ -29,7 +29,7 @@ t2641.scala:27: error: illegal inheritance; superclass Any
trait Sliced extends Transformed[A] with super.Sliced {
^
t2641.scala:27: error: illegal inheritance; superclass Any
- is not a subclass of the superclass Object
+ is not a subclass of the superclass TraversableLike
of the mixin trait Sliced
trait Sliced extends Transformed[A] with super.Sliced {
^