summaryrefslogtreecommitdiff
path: root/test/files/run/repl-power.check
diff options
context:
space:
mode:
authorFrançois Garillot <francois@garillot.net>2014-01-27 14:43:59 +0100
committerFrançois Garillot <francois@garillot.net>2014-05-14 14:54:55 +0200
commitcb6546e1203218f3e0513fb07a2f7ea55f02a86a (patch)
tree29e5e673686d02c1dfd45e7c449d923776167f28 /test/files/run/repl-power.check
parentc763d8413b8e1ef5129378952b2327e8a7c2de7d (diff)
downloadscala-cb6546e1203218f3e0513fb07a2f7ea55f02a86a.tar.gz
scala-cb6546e1203218f3e0513fb07a2f7ea55f02a86a.tar.bz2
scala-cb6546e1203218f3e0513fb07a2f7ea55f02a86a.zip
SI-8185 Correct grammar for single-warning compilation run
Diffstat (limited to 'test/files/run/repl-power.check')
-rw-r--r--test/files/run/repl-power.check4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/run/repl-power.check b/test/files/run/repl-power.check
index e56901e0f2..8a8ca46012 100644
--- a/test/files/run/repl-power.check
+++ b/test/files/run/repl-power.check
@@ -11,11 +11,11 @@ scala> :power
scala> // guarding against "error: reference to global is ambiguous"
scala> global.emptyValDef // "it is imported twice in the same scope by ..."
-warning: there were 1 deprecation warning(s); re-run with -deprecation for details
+warning: there was one deprecation warning; re-run with -deprecation for details
res0: $r.global.noSelfType.type = private val _ = _
scala> val tp = ArrayClass[scala.util.Random] // magic with tags
-warning: there were 1 feature warning(s); re-run with -feature for details
+warning: there was one feature warning; re-run with -feature for details
tp: $r.global.Type = Array[scala.util.Random]
scala> tp.memberType(Array_apply) // evidence