summaryrefslogtreecommitdiff
path: root/test/files/run/repl-power.check
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2014-06-27 13:58:27 +0200
committerJason Zaugg <jzaugg@gmail.com>2014-06-27 13:58:27 +0200
commit44f10291622058d11d75dc8f3ad35b582247799c (patch)
treec2e29f4ee43b9ef01ace1c96ffb68ecc6cf5872f /test/files/run/repl-power.check
parent400f28de89c27618176c6d4c55df6d50b3dcbefa (diff)
parentcb6546e1203218f3e0513fb07a2f7ea55f02a86a (diff)
downloadscala-44f10291622058d11d75dc8f3ad35b582247799c.tar.gz
scala-44f10291622058d11d75dc8f3ad35b582247799c.tar.bz2
scala-44f10291622058d11d75dc8f3ad35b582247799c.zip
Merge pull request #3749 from huitseeker/issue/DeprecWarning
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