summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/files/neg/mixins.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/mixins.check b/test/files/neg/mixins.check
index 805f9c4246..d2b7895395 100644
--- a/test/files/neg/mixins.check
+++ b/test/files/neg/mixins.check
@@ -1,6 +1,6 @@
mixins.scala:9 error: illegal inheritance; superclass C
is not a subclass of the superclass B
- of the mixin class M
+ of the mixin trait M
class D extends C with M
^
one error found