summaryrefslogtreecommitdiff
path: root/test/files/run/kind-repl-command.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/kind-repl-command.check')
-rw-r--r--test/files/run/kind-repl-command.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/kind-repl-command.check b/test/files/run/kind-repl-command.check
index e050fb4bc1..560529ba03 100644
--- a/test/files/run/kind-repl-command.check
+++ b/test/files/run/kind-repl-command.check
@@ -19,7 +19,7 @@ scala> :k new { def empty = false }
AnyRef{def empty: Boolean}'s kind is A
scala> :k Nonexisting
-<console>:11: error: not found: value Nonexisting
+<console>:12: error: not found: value Nonexisting
Nonexisting
^