summaryrefslogtreecommitdiff
path: root/test/files/run/t4172.check
diff options
context:
space:
mode:
authorJames Iry <jamesiry@gmail.com>2013-02-08 09:46:57 -0800
committerJames Iry <jamesiry@gmail.com>2013-02-08 09:46:57 -0800
commit6537d79e47def868e028815db6f70e2dc7d49bac (patch)
tree3031c4cee46718d6999e92877c896db6bc022997 /test/files/run/t4172.check
parent3b6300b14b8aaac4c6bb7c70b51ef1df3dc3c536 (diff)
parente0068b908517768e900a3945e483e9c379d728d8 (diff)
downloadscala-6537d79e47def868e028815db6f70e2dc7d49bac.tar.gz
scala-6537d79e47def868e028815db6f70e2dc7d49bac.tar.bz2
scala-6537d79e47def868e028815db6f70e2dc7d49bac.zip
Merge pull request #2095 from hubertp/ticket/5675
SI-5675 Discard duplicate feature warnings at a position
Diffstat (limited to 'test/files/run/t4172.check')
-rw-r--r--test/files/run/t4172.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t4172.check b/test/files/run/t4172.check
index 94cdff4870..b48c9ca056 100644
--- a/test/files/run/t4172.check
+++ b/test/files/run/t4172.check
@@ -4,7 +4,7 @@ Type :help for more information.
scala>
scala> val c = { class C { override def toString = "C" }; ((new C, new C { def f = 2 })) }
-warning: there were 1 feature warnings; re-run with -feature for details
+warning: there were 1 feature warning(s); re-run with -feature for details
c: (C, C{def f: Int}) forSome { type C <: AnyRef } = (C,C)
scala>