summaryrefslogtreecommitdiff
path: root/test/files/run/literals.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/literals.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/literals.check')
-rw-r--r--test/files/run/literals.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/literals.check b/test/files/run/literals.check
index ed7c6ca5b3..62c5fd68ae 100644
--- a/test/files/run/literals.check
+++ b/test/files/run/literals.check
@@ -1,4 +1,4 @@
-warning: there were 5 deprecation warning(s); re-run with -deprecation for details
+warning: there were 5 deprecation warnings; re-run with -deprecation for details
test '\u0024' == '$' was successful
test '\u005f' == '_' was successful
test 65.asInstanceOf[Char] == 'A' was successful