From 787a2ceec02fe07fbb9efee673d3abb7cac2969e Mon Sep 17 00:00:00 2001 From: Felix Mulder Date: Fri, 16 Sep 2016 22:28:27 +0200 Subject: Add modifiers to highlighting --- tests/repl/imports.check | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tests/repl/imports.check') diff --git a/tests/repl/imports.check b/tests/repl/imports.check index 3a7e9341e..50b7a93d7 100644 --- a/tests/repl/imports.check +++ b/tests/repl/imports.check @@ -7,14 +7,14 @@ defined module o scala> import o._ import o._ scala> buf += xs -:11: error: type mismatch: - found : scala.collection.immutable.List[Int](o.xs) - required: String +:11: Error: type mismatch: +found: scala.collection.immutable.List[Int](o.xs) +required: String buf += xs ^ -:11: error: type mismatch: - found : String - required: scala.collection.mutable.ListBuffer[Int] +:11: Error: type mismatch: +found: String +required: scala.collection.mutable.ListBuffer[Int] buf += xs ^ scala> buf ++= xs -- cgit v1.2.3