summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-03-08 04:37:20 -0800
committerPaul Phillips <paulp@improving.org>2012-03-08 04:37:40 -0800
commitb8b51b70bf34889e55263ee1f99f0c9d7aca1ea4 (patch)
tree7a38093e355b6e77e629988a7ef5c45ac99b161e /test
parenta26dd939b89a5224a41ee27c3c51ac802b802f55 (diff)
downloadscala-b8b51b70bf34889e55263ee1f99f0c9d7aca1ea4.tar.gz
scala-b8b51b70bf34889e55263ee1f99f0c9d7aca1ea4.tar.bz2
scala-b8b51b70bf34889e55263ee1f99f0c9d7aca1ea4.zip
Fix for checkfile difference.
Diffstat (limited to 'test')
-rw-r--r--test/files/run/lub-visibility.check3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/files/run/lub-visibility.check b/test/files/run/lub-visibility.check
index 3461d1bf6b..359ccbb58c 100644
--- a/test/files/run/lub-visibility.check
+++ b/test/files/run/lub-visibility.check
@@ -8,7 +8,8 @@ scala> // should infer List[scala.collection.immutable.Seq[Nothing]]
scala> // but reverted that for SI-5534.
scala> val x = List(List(), Vector())
-x: List[scala.collection.immutable.Seq[Nothing] with scala.collection.AbstractSeq[Nothing]{def companion: scala.collection.generic.GenericCompanion[scala.collection.immutable.Seq with scala.collection.AbstractSeq{def dropRight(n: Int): scala.collection.immutable.Seq[Any] with scala.collection.AbstractSeq[Any]; def takeRight(n: Int): scala.collection.immutable.Seq[Any] with scala.collection.AbstractSeq[Any]; def drop(n: Int): scala.collection.immutable.Seq[Any] with scala.collection.AbstractSeq[Any]; def take(n: Int): scala.collection.immutable.Seq[Any] with scala.collection.AbstractSeq[Any]; def slice(from: Int,until: Int): scala.collection.immutable.Seq[Any] with scala.collection.AbstractSeq[Any]}]; def dropRight(n: Int): scala.collection.immutable.Seq[Nothing] with scala.collection.Ab...
+x: List[scala.collection.immutable.Seq[Nothing]] = List(List(), Vector())
+
scala>
scala>