From cb6546e1203218f3e0513fb07a2f7ea55f02a86a Mon Sep 17 00:00:00 2001 From: François Garillot Date: Mon, 27 Jan 2014 14:43:59 +0100 Subject: SI-8185 Correct grammar for single-warning compilation run --- test/files/run/t6329_repl_bug.check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/run/t6329_repl_bug.check') diff --git a/test/files/run/t6329_repl_bug.check b/test/files/run/t6329_repl_bug.check index 44c41cfd03..38a8de5606 100644 --- a/test/files/run/t6329_repl_bug.check +++ b/test/files/run/t6329_repl_bug.check @@ -8,7 +8,7 @@ scala> import scala.reflect.runtime._ import scala.reflect.runtime._ scala> classManifest[List[_]] -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: scala.reflect.ClassTag[List[_]] = scala.collection.immutable.List[] scala> scala.reflect.classTag[List[_]] -- cgit v1.2.3