summaryrefslogtreecommitdiff
path: root/test/files/run/t6863.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/t6863.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/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 fea22b582f..37de2e6e51 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 warning(s); re-run with -deprecation for details
+warning: there were 4 deprecation warnings; re-run with -deprecation for details