summaryrefslogtreecommitdiff
path: root/test/files/run/t6863.check
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@typesafe.com>2014-07-03 13:40:55 +0200
committerAdriaan Moors <adriaan.moors@typesafe.com>2014-07-04 15:49:08 +0200
commitb384d5070f86e9003e8f1b57cc818520033242ab (patch)
treef511cd45fd3e7783c8b124df3863d1317a8b5af9 /test/files/run/t6863.check
parent3066bd4c7b2f574748208b7399c68c6c6493206b (diff)
downloadscala-b384d5070f86e9003e8f1b57cc818520033242ab.tar.gz
scala-b384d5070f86e9003e8f1b57cc818520033242ab.tar.bz2
scala-b384d5070f86e9003e8f1b57cc818520033242ab.zip
Use countElementsAsString for summarized warnings.
Diffstat (limited to 'test/files/run/t6863.check')
-rw-r--r--test/files/run/t6863.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t6863.check b/test/files/run/t6863.check
index 37de2e6e51..d4df5f7a74 100644
--- a/test/files/run/t6863.check
+++ b/test/files/run/t6863.check
@@ -10,4 +10,4 @@ t6863.scala:46: warning: comparing values of types Unit and Unit using `==' will
t6863.scala:59: warning: comparing values of types Unit and Unit using `==' will always yield true
assert({ () => x }.apply == ())
^
-warning: there were 4 deprecation warnings; re-run with -deprecation for details
+warning: there were four deprecation warnings; re-run with -deprecation for details