summaryrefslogtreecommitdiff
path: root/test/files/run/t4172.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/t4172.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/t4172.check')
-rw-r--r--test/files/run/t4172.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t4172.check b/test/files/run/t4172.check
index d94638d27e..a748430e2e 100644
--- a/test/files/run/t4172.check
+++ b/test/files/run/t4172.check
@@ -2,7 +2,7 @@ Type in expressions to have them evaluated.
Type :help for more information.
scala> val c = { class C { override def toString = "C" }; ((new C, new C { def f = 2 })) }
-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
c: (C, C{def f: Int}) forSome { type C <: AnyRef } = (C,C)
scala>