summaryrefslogtreecommitdiff
path: root/test/files/run/t4172.check
diff options
context:
space:
mode:
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 3141647dba..99e420678c 100644
--- a/test/files/run/t4172.check
+++ b/test/files/run/t4172.check
@@ -1,6 +1,6 @@
scala> val c = { class C { override def toString = "C" }; ((new C, new C { def f = 2 })) }
-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'
c: (C, C{def f: Int}) forSome { type C <: AnyRef } = (C,C)
scala> :quit