aboutsummaryrefslogtreecommitdiff
path: root/sbt-bridge/test/xsbt/ScalaCompilerForUnitTesting.scala
diff options
context:
space:
mode:
Diffstat (limited to 'sbt-bridge/test/xsbt/ScalaCompilerForUnitTesting.scala')
-rw-r--r--sbt-bridge/test/xsbt/ScalaCompilerForUnitTesting.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbt-bridge/test/xsbt/ScalaCompilerForUnitTesting.scala b/sbt-bridge/test/xsbt/ScalaCompilerForUnitTesting.scala
index a6b9fa65e..a835421d8 100644
--- a/sbt-bridge/test/xsbt/ScalaCompilerForUnitTesting.scala
+++ b/sbt-bridge/test/xsbt/ScalaCompilerForUnitTesting.scala
@@ -173,7 +173,7 @@ class ScalaCompilerForUnitTesting(nameHashing: Boolean, includeSynthToNameHashin
private def prepareCompiler(outputDir: File, analysisCallback: AnalysisCallback, classpath: String = ".") = {
val args = Array.empty[String]
- import dotty.tools.dotc._
+ import dotty.tools.dotc.{Compiler, Driver}
import dotty.tools.dotc.core.Contexts._
val driver = new Driver {