summaryrefslogtreecommitdiff
path: root/test/files/run/t4594-repl-settings.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t4594-repl-settings.scala')
-rw-r--r--test/files/run/t4594-repl-settings.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t4594-repl-settings.scala b/test/files/run/t4594-repl-settings.scala
index 4202991607..db5dc19866 100644
--- a/test/files/run/t4594-repl-settings.scala
+++ b/test/files/run/t4594-repl-settings.scala
@@ -14,7 +14,7 @@ object Test extends SessionTest {
|warning: there was one deprecation warning; re-run with -deprecation for details
|a: String
|
- |scala> :settings +deprecation
+ |scala> :settings -deprecation
|
|scala> def b = depp
|<console>:8: warning: method depp is deprecated: Please don't do that.