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