From 6ef68786285665c91e264f4435a483584340b739 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Thu, 23 Feb 2017 13:12:06 +0100 Subject: [PATCH] Fix import which produces flakey test results Previous import gave test errors under eclipse. Probably due to some stray directory on the classpath. --- compiler/test/dotty/tools/dotc/EntryPointsTest.scala.disabled | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/test/dotty/tools/dotc/EntryPointsTest.scala.disabled b/compiler/test/dotty/tools/dotc/EntryPointsTest.scala.disabled index 00918a2825f4..98e6248184c6 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._