From 7548d2265361ec605b67aaae50ef6504937da68c Mon Sep 17 00:00:00 2001 From: Som Snytt Date: Fri, 8 Jul 2016 18:45:11 -0700 Subject: SI-8829 Let reporter customize retry message "Re-run with -deprecation" is not always appropriate. REPL gets to customize the message. The API includes the setting and its name, because reflect Settings do not have names. (!) --- test/files/run/synchronized.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/run/synchronized.scala') diff --git a/test/files/run/synchronized.scala b/test/files/run/synchronized.scala index 6be0d64dd8..d777b85b2c 100644 --- a/test/files/run/synchronized.scala +++ b/test/files/run/synchronized.scala @@ -1,5 +1,5 @@ /* - * filter: inliner warnings; re-run with + * filter: inliner warnings; */ import java.lang.Thread.holdsLock import scala.collection.mutable.StringBuilder -- cgit v1.2.3