summaryrefslogtreecommitdiff
path: root/test/files/run/t4710.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t4710.check')
-rw-r--r--test/files/run/t4710.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t4710.check b/test/files/run/t4710.check
index 5f90c68ed1..4a5d11f185 100644
--- a/test/files/run/t4710.check
+++ b/test/files/run/t4710.check
@@ -1,6 +1,6 @@
scala> def method : String = { implicit def f(s: Symbol) = "" ; 'symbol }
-warning: there was one feature warning; re-run with -feature for details
+warning: there was one feature warning; for details, enable `:setting -feature' or `:replay -feature'
method: String
scala> :quit