Skip to content

Commit 4122632

Browse files
committed
Remove unused imports
1 parent ab17787 commit 4122632

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

compiler/test/dotty/tools/dotc/IdempotencyTests.scala

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,8 @@ package dotty
22
package tools
33
package dotc
44

5-
import org.junit.{ Test, BeforeClass, AfterClass }
5+
import org.junit.{ Test, AfterClass }
66

7-
import java.nio.file._
8-
import java.util.stream.{ Stream => JStream }
9-
import scala.collection.JavaConverters._
10-
import scala.util.matching.Regex
117
import scala.concurrent.duration._
128

139
import vulpix.{ ParallelTesting, SummaryReport, SummaryReporting, TestConfiguration }

0 commit comments

Comments
 (0)