From 76cbf10f97310582aa300134ddffb8c5b0361fb2 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Mon, 11 Jun 2018 18:09:56 -0400 Subject: [PATCH] fix Windows-only test failure some whitespace in the check file got misplaced when the test was backported to 2.11 --- test/files/run/t9880-9881.check | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/files/run/t9880-9881.check b/test/files/run/t9880-9881.check index d600b9895b29..36513e249a4c 100644 --- a/test/files/run/t9880-9881.check +++ b/test/files/run/t9880-9881.check @@ -13,7 +13,7 @@ import scala.reflect.runtime.{universe=>ru} scala> import ru.TypeTag import ru.TypeTag -scala> +scala> scala> // show the imports @@ -26,7 +26,7 @@ scala> :imports 6) import scala.reflect.runtime.{universe=>ru} (...) 7) import ru.TypeTag (...) -scala> +scala> scala> // should be able to define this class with the imports above