aboutsummaryrefslogtreecommitdiff
path: root/tests/repl/imports.check
diff options
context:
space:
mode:
Diffstat (limited to 'tests/repl/imports.check')
-rw-r--r--tests/repl/imports.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/repl/imports.check b/tests/repl/imports.check
index b6d9ae8a7..4ca59e4ee 100644
--- a/tests/repl/imports.check
+++ b/tests/repl/imports.check
@@ -7,7 +7,7 @@ defined module o
scala> import o._
import o._
scala> buf += xs
--- [E007] Type Mismatch Error: <console> -------------------------------------------------------------------------------
+-- [E007] Type Mismatch Error: <console> ---------------------------------------
11 |buf += xs
| ^^
| found: scala.collection.immutable.List[Int](o.xs)