summaryrefslogtreecommitdiff
path: root/test/files/presentation/ide-bug-1000531.check
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2013-05-19 09:43:04 -0700
committerPaul Phillips <paulp@improving.org>2013-05-19 11:35:49 -0700
commitb6757e11a1970480a60741235fc86f01d8957e07 (patch)
tree4ddcb529684f504d44e017f8aebf441d32865844 /test/files/presentation/ide-bug-1000531.check
parent16e92f48e7b075d8addf037953b5696a497258c6 (diff)
downloadscala-b6757e11a1970480a60741235fc86f01d8957e07.tar.gz
scala-b6757e11a1970480a60741235fc86f01d8957e07.tar.bz2
scala-b6757e11a1970480a60741235fc86f01d8957e07.zip
An attempt to make tests deterministic.
The nondeterminism presently showing itself in presentation/implicit-member is a consequence of the presentation compiler tests relying on details of the behavior of toString calls. We need to stomp this out, but it will take a while. Based on the check file changes enclosed with this commit, this will suffice for the presentation compiler tests. A broader assault will have to take place, but not yet.
Diffstat (limited to 'test/files/presentation/ide-bug-1000531.check')
-rw-r--r--test/files/presentation/ide-bug-1000531.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/presentation/ide-bug-1000531.check b/test/files/presentation/ide-bug-1000531.check
index 980bb0a25d..be8805330a 100644
--- a/test/files/presentation/ide-bug-1000531.check
+++ b/test/files/presentation/ide-bug-1000531.check
@@ -7,7 +7,7 @@ retrieved 124 members
[inaccessible] protected[package lang] def clone(): Object
[inaccessible] protected[package lang] def finalize(): Unit
[inaccessible] protected[this] def reversed: List[B]
-class GroupedIterator[B <: <?>] extends AbstractIterator[Seq[B]] with Iterator[Seq[B]]
+class GroupedIterator[B >: A] extends AbstractIterator[Seq[B]] with Iterator[Seq[B]]
def +(other: String): String
def ++[B >: B](that: => scala.collection.GenTraversableOnce[B]): Iterator[B]
def ->[B](y: B): (java.util.Iterator[B], B)