summaryrefslogtreecommitdiff
path: root/test/files/run/reflection-magicsymbols-repl.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/reflection-magicsymbols-repl.check')
-rw-r--r--test/files/run/reflection-magicsymbols-repl.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/reflection-magicsymbols-repl.check b/test/files/run/reflection-magicsymbols-repl.check
index dd26c08349..a33f41012e 100644
--- a/test/files/run/reflection-magicsymbols-repl.check
+++ b/test/files/run/reflection-magicsymbols-repl.check
@@ -19,7 +19,7 @@ scala> def test(n: Int): Unit = {
val x = sig.asInstanceOf[MethodType].params.head
println(x.info)
}
-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'
test: (n: Int)Unit
scala> for (i <- 1 to 8) test(i)