aboutsummaryrefslogtreecommitdiff
path: root/compiler/test/dotty/tools/dotc/EntryPointsTest.scala.disabled
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2017-02-23 13:12:06 +0100
committerMartin Odersky <odersky@gmail.com>2017-02-25 19:10:55 +0100
commit6ef68786285665c91e264f4435a483584340b739 (patch)
tree0623c1255b1fb91cb4aff74a0693e56f860c089a /compiler/test/dotty/tools/dotc/EntryPointsTest.scala.disabled
parentdb24246e90f4b8afcaf1fc66df99d38d9a2cb736 (diff)
downloaddotty-6ef68786285665c91e264f4435a483584340b739.tar.gz
dotty-6ef68786285665c91e264f4435a483584340b739.tar.bz2
dotty-6ef68786285665c91e264f4435a483584340b739.zip
Fix import which produces flakey test results
Previous import gave test errors under eclipse. Probably due to some stray directory on the classpath.
Diffstat (limited to 'compiler/test/dotty/tools/dotc/EntryPointsTest.scala.disabled')
-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._