aboutsummaryrefslogtreecommitdiff
path: root/compiler/test/dotty/tools/backend/jvm/DottyBytecodeTest.scala
diff options
context:
space:
mode:
authorGuillaume Martres <smarter@ubuntu.com>2017-04-13 21:14:28 +0200
committerGitHub <noreply@github.com>2017-04-13 21:14:28 +0200
commit9e45ad16d012e6a2ff3be411c2fe101b1c74b831 (patch)
tree3f8af20f82bbee9ace7f5a39f97f9b64778b38b4 /compiler/test/dotty/tools/backend/jvm/DottyBytecodeTest.scala
parent975f7efab69e8e5a23db665f33dceecb0bf6ceaa (diff)
parent476778612e71379cf648693f7d02039301fb5607 (diff)
downloaddotty-9e45ad16d012e6a2ff3be411c2fe101b1c74b831.tar.gz
dotty-9e45ad16d012e6a2ff3be411c2fe101b1c74b831.tar.bz2
dotty-9e45ad16d012e6a2ff3be411c2fe101b1c74b831.zip
Merge pull request #2260 from dotty-staging/backend-submodule
Fix #2184: Hyper Bootstrap! Integrate the backend as a git submodule
Diffstat (limited to 'compiler/test/dotty/tools/backend/jvm/DottyBytecodeTest.scala')
-rw-r--r--compiler/test/dotty/tools/backend/jvm/DottyBytecodeTest.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/test/dotty/tools/backend/jvm/DottyBytecodeTest.scala b/compiler/test/dotty/tools/backend/jvm/DottyBytecodeTest.scala
index fc9853691..c423089d0 100644
--- a/compiler/test/dotty/tools/backend/jvm/DottyBytecodeTest.scala
+++ b/compiler/test/dotty/tools/backend/jvm/DottyBytecodeTest.scala
@@ -11,7 +11,7 @@ import asm._
import asm.tree._
import scala.collection.JavaConverters._
-import scala.tools.nsc.util.JavaClassPath
+import io.JavaClassPath
import scala.collection.JavaConverters._
import scala.tools.asm.{ClassWriter, ClassReader}
import scala.tools.asm.tree._