summaryrefslogtreecommitdiff
path: root/test/files/presentation/implicit-member.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/implicit-member.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/implicit-member.check')
-rw-r--r--test/files/presentation/implicit-member.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/presentation/implicit-member.check b/test/files/presentation/implicit-member.check
index 92d8e38abe..acf7e1a0fd 100644
--- a/test/files/presentation/implicit-member.check
+++ b/test/files/presentation/implicit-member.check
@@ -15,7 +15,7 @@ def formatted(fmtstr: String): String
def hashCode(): Int
def toString(): String
def →[B](y: B): (Implicit.type, B)
-final class AppliedImplicit[A <: <?>] extends AnyRef
+final class AppliedImplicit[A] extends AnyRef
final def !=(x$1: Any): Boolean
final def !=(x$1: AnyRef): Boolean
final def ##(): Int