summaryrefslogtreecommitdiff
path: root/test/files/neg/t1163.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/neg/t1163.check')
-rw-r--r--test/files/neg/t1163.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/neg/t1163.check b/test/files/neg/t1163.check
index c96ec732a5..69e6b7ac4a 100644
--- a/test/files/neg/t1163.check
+++ b/test/files/neg/t1163.check
@@ -1,5 +1,5 @@
-t1163.scala:2: error: error overriding method foo in trait Sub of type => Sub;
- method foo in trait Super of type => Super has incompatible type => Super;
+t1163.scala:2: error: overriding method foo in trait Sub of type => Sub;
+ method foo in trait Super of type => Super has incompatible type;
(Note that method foo in trait Sub of type => Sub is abstract,
and is therefore overridden by concrete method foo in trait Super of type => Super)
trait Sub extends Super { override def foo: Sub }