aboutsummaryrefslogtreecommitdiff
path: root/compiler/test/dotty/tools/dotc/reporting/TestReporter.scala
diff options
context:
space:
mode:
authorGuillaume Martres <smarter@ubuntu.com>2017-03-05 20:49:17 +0900
committerGuillaume Martres <smarter@ubuntu.com>2017-03-07 18:54:13 +0100
commit7c3e094f9d3b0c90a5f3d70ced9afe73a7ee498b (patch)
tree4ea380d1365a5c2c93ec15c1dc5783b8983f204a /compiler/test/dotty/tools/dotc/reporting/TestReporter.scala
parent3c4d29eabaa71c30ccc2c7b62517d771d6f9d8f5 (diff)
downloaddotty-7c3e094f9d3b0c90a5f3d70ced9afe73a7ee498b.tar.gz
dotty-7c3e094f9d3b0c90a5f3d70ced9afe73a7ee498b.tar.bz2
dotty-7c3e094f9d3b0c90a5f3d70ced9afe73a7ee498b.zip
Remove unused scala.reflect imports
Diffstat (limited to 'compiler/test/dotty/tools/dotc/reporting/TestReporter.scala')
-rw-r--r--compiler/test/dotty/tools/dotc/reporting/TestReporter.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/test/dotty/tools/dotc/reporting/TestReporter.scala b/compiler/test/dotty/tools/dotc/reporting/TestReporter.scala
index 70d18d031..169908c4f 100644
--- a/compiler/test/dotty/tools/dotc/reporting/TestReporter.scala
+++ b/compiler/test/dotty/tools/dotc/reporting/TestReporter.scala
@@ -7,7 +7,6 @@ import util.SourcePosition
import core.Contexts._
import Reporter._
import java.io.PrintWriter
-import scala.reflect.internal.util._
import diagnostic.{ Message, MessageContainer, NoExplanation }
import diagnostic.messages._