summaryrefslogtreecommitdiff
path: root/test/files/neg/t2641.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-02-04 11:22:49 -0800
committerPaul Phillips <paulp@improving.org>2012-02-04 11:22:49 -0800
commit2b7fb460dd1e666ed37ccba49a82aab959413c22 (patch)
tree70f8f2b5799290a7d2d73632e91d82674be88ede /test/files/neg/t2641.check
parent8e4cf271282e392c0ad0ea46217af6393a3f731a (diff)
downloadscala-2b7fb460dd1e666ed37ccba49a82aab959413c22.tar.gz
scala-2b7fb460dd1e666ed37ccba49a82aab959413c22.tar.bz2
scala-2b7fb460dd1e666ed37ccba49a82aab959413c22.zip
Updated checkfiles to subtract ScalaObject.
Diffstat (limited to 'test/files/neg/t2641.check')
-rw-r--r--test/files/neg/t2641.check6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/files/neg/t2641.check b/test/files/neg/t2641.check
index 9e2f02ac47..909f4f0cf3 100644
--- a/test/files/neg/t2641.check
+++ b/test/files/neg/t2641.check
@@ -9,11 +9,7 @@ t2641.scala:17: error: illegal inheritance;
self-type ManagedSeq does not conform to scala.collection.TraversableView[A,ManagedSeqStrict[A]]'s selftype scala.collection.TraversableView[A,ManagedSeqStrict[A]]
with TraversableView[A, ManagedSeqStrict[A]]
^
-t2641.scala:16: error: illegal inheritance;
- self-type ManagedSeq does not conform to ScalaObject's selftype ScalaObject
- extends ManagedSeqStrict[A]
- ^
t2641.scala:27: error: value managedIterator is not a member of ManagedSeq
override def managedIterator = self.managedIterator slice (from, until)
^
-5 errors found
+four errors found