summaryrefslogtreecommitdiff
path: root/test/files/run/t6329_repl_bug.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t6329_repl_bug.check')
-rw-r--r--test/files/run/t6329_repl_bug.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t6329_repl_bug.check b/test/files/run/t6329_repl_bug.check
index 4b539f9e58..11decae9bd 100644
--- a/test/files/run/t6329_repl_bug.check
+++ b/test/files/run/t6329_repl_bug.check
@@ -6,7 +6,7 @@ scala> import scala.reflect.runtime._
import scala.reflect.runtime._
scala> classManifest[List[_]]
-warning: there was one deprecation warning; re-run with -deprecation for details
+warning: there was one deprecation warning (since 2.10.0); for details, enable `:setting -deprecation' or `:replay -deprecation'
res0: scala.reflect.ClassTag[List[_]] = scala.collection.immutable.List[<?>]
scala> scala.reflect.classTag[List[_]]