Skip to content

Commit 4cb39d6

Browse files
committed
Fix import which produces flakey test results
Previous import gave test errors under eclipse. Probably due to some stray directory on the classpath.
1 parent c6a0982 commit 4cb39d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package dotc
44

55
import org.junit.Test
66
import org.junit.Assert._
7-
import dotty.tools.dotc.interfaces.{CompilerCallback, SourceFile}
7+
import interfaces.{CompilerCallback, SourceFile}
88
import reporting._
99
import reporting.diagnostic.MessageContainer
1010
import core.Contexts._

0 commit comments

Comments
 (0)