summaryrefslogtreecommitdiff
path: root/test/files/run/t4542.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t4542.check')
-rw-r--r--test/files/run/t4542.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t4542.check b/test/files/run/t4542.check
index f7716dc2f0..f7aad3deb2 100644
--- a/test/files/run/t4542.check
+++ b/test/files/run/t4542.check
@@ -7,7 +7,7 @@ scala> @deprecated("foooo", "ReplTest version 1.0-FINAL") class Foo() {
defined class Foo
scala> val f = new Foo
-<console>:8: warning: class Foo is deprecated: foooo
+<console>:11: warning: class Foo is deprecated: foooo
val f = new Foo
^
f: Foo = Bippy