summaryrefslogtreecommitdiff
path: root/test/files/neg/mixins.check
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2006-03-10 16:09:08 +0000
committerMartin Odersky <odersky@gmail.com>2006-03-10 16:09:08 +0000
commitf857dea44a03bae7f147fc8be49f2555e3cc9eb7 (patch)
tree0dc3c530f79035fc635f8562f5037a460194ec68 /test/files/neg/mixins.check
parentb9863c050b9173662e0f6abf91fcef6aaa778f96 (diff)
downloadscala-f857dea44a03bae7f147fc8be49f2555e3cc9eb7.tar.gz
scala-f857dea44a03bae7f147fc8be49f2555e3cc9eb7.tar.bz2
scala-f857dea44a03bae7f147fc8be49f2555e3cc9eb7.zip
Diffstat (limited to 'test/files/neg/mixins.check')
-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