summaryrefslogtreecommitdiff
path: root/test/files/neg/t2641.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2010-01-13 22:50:40 +0000
committerPaul Phillips <paulp@improving.org>2010-01-13 22:50:40 +0000
commit1e828fdbf04402dc53e897f6a7201bad00388b70 (patch)
tree9f40e587fa01bdfa59fbca89adbb31e58cce45df /test/files/neg/t2641.check
parent541dd58f4d8fec8fc2b385b2c288721e5e258915 (diff)
downloadscala-1e828fdbf04402dc53e897f6a7201bad00388b70.tar.gz
scala-1e828fdbf04402dc53e897f6a7201bad00388b70.tar.bz2
scala-1e828fdbf04402dc53e897f6a7201bad00388b70.zip
Reverts r20311 since I'm not seeing what's goin...
Reverts r20311 since I'm not seeing what's going on in #2876 and the optimization can wait.
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 07900d0796..771624e8d9 100644
--- a/test/files/neg/t2641.check
+++ b/test/files/neg/t2641.check
@@ -25,7 +25,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 TraversableLike
+ is not a subclass of the superclass Object
of the mixin trait Sliced
trait Sliced extends Transformed[A] with super.Sliced {
^