aboutsummaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorodersky <odersky@gmail.com>2017-02-25 22:24:04 +0100
committerGitHub <noreply@github.com>2017-02-25 22:24:04 +0100
commitd0162aed64def280af8aa812514d101c1563fc28 (patch)
treea9961bd09f904aa11ba73e70e0ee2a4d597ebbe1 /compiler
parent8467e5551ec7733c876c6764db1601aedc9767b9 (diff)
parent6ef68786285665c91e264f4435a483584340b739 (diff)
downloaddotty-d0162aed64def280af8aa812514d101c1563fc28.tar.gz
dotty-d0162aed64def280af8aa812514d101c1563fc28.tar.bz2
dotty-d0162aed64def280af8aa812514d101c1563fc28.zip
Merge pull request #2027 from dotty-staging/fix-tests-eclipse
Fix import which produces flakey test results on Eclipse
Diffstat (limited to 'compiler')
-rw-r--r--compiler/test/dotty/tools/dotc/EntryPointsTest.scala.disabled2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/test/dotty/tools/dotc/EntryPointsTest.scala.disabled b/compiler/test/dotty/tools/dotc/EntryPointsTest.scala.disabled
index 00918a282..98e624818 100644
--- a/compiler/test/dotty/tools/dotc/EntryPointsTest.scala.disabled
+++ b/compiler/test/dotty/tools/dotc/EntryPointsTest.scala.disabled
@@ -4,7 +4,7 @@ package dotc
import org.junit.Test
import org.junit.Assert._
-import dotty.tools.dotc.interfaces.{CompilerCallback, SourceFile}
+import interfaces.{CompilerCallback, SourceFile}
import reporting._
import reporting.diagnostic.MessageContainer
import core.Contexts._