Skip to content

Commit d0162ae

Browse files
authored
Merge pull request #2027 from dotty-staging/fix-tests-eclipse
Fix import which produces flakey test results on Eclipse
2 parents 8467e55 + 6ef6878 commit d0162ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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)