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 db5dc19866..1b883983cf 100644
--- a/test/files/run/t4594-repl-settings.scala
+++ b/test/files/run/t4594-repl-settings.scala
@@ -17,7 +17,7 @@ object Test extends SessionTest {
|scala> :settings -deprecation
|
|scala> def b = depp
- |<console>:8: warning: method depp is deprecated: Please don't do that.
+ |<console>:11: warning: method depp is deprecated: Please don't do that.
| def b = depp
| ^
|b: String