aboutsummaryrefslogtreecommitdiff
path: root/compiler/test/dotty/tools/dotc/repl
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2017-04-04 17:57:44 +0200
committerMartin Odersky <odersky@gmail.com>2017-04-04 17:57:44 +0200
commit1c79612c57af81acec2480bef56240dcf5ec30d1 (patch)
treee2e10a6e7064e77d02e4400f8925e7c1b5d0bcea /compiler/test/dotty/tools/dotc/repl
parent4c576bf840e69a227250a6c89e218a6c0f2a05d4 (diff)
downloaddotty-1c79612c57af81acec2480bef56240dcf5ec30d1.tar.gz
dotty-1c79612c57af81acec2480bef56240dcf5ec30d1.tar.bz2
dotty-1c79612c57af81acec2480bef56240dcf5ec30d1.zip
Fix rebase breakage
Diffstat (limited to 'compiler/test/dotty/tools/dotc/repl')
-rw-r--r--compiler/test/dotty/tools/dotc/repl/TestREPL.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/test/dotty/tools/dotc/repl/TestREPL.scala b/compiler/test/dotty/tools/dotc/repl/TestREPL.scala
index 44523aae9..c5557b86e 100644
--- a/compiler/test/dotty/tools/dotc/repl/TestREPL.scala
+++ b/compiler/test/dotty/tools/dotc/repl/TestREPL.scala
@@ -4,7 +4,7 @@ package repl
import core.Contexts.Context
import collection.mutable
-import java.io.StringWriter
+import java.io.{StringWriter, PrintStream}
import dotty.tools.io.{ PlainFile, Directory }
import org.junit.Test