aboutsummaryrefslogtreecommitdiff
path: root/compiler/test/dotty/tools/dotc/reporting
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2016-11-03 15:59:30 +0100
committerGuillaume Martres <smarter@ubuntu.com>2016-11-22 01:35:07 +0100
commitfcdb1c984c4b32c0c1b13337d9bd50a3883cb3b3 (patch)
tree63b5045618620509d839e9733935d6c2f26219f0 /compiler/test/dotty/tools/dotc/reporting
parent7fbb4513489df11f831d69ca07a58a809493361e (diff)
downloaddotty-fcdb1c984c4b32c0c1b13337d9bd50a3883cb3b3.tar.gz
dotty-fcdb1c984c4b32c0c1b13337d9bd50a3883cb3b3.tar.bz2
dotty-fcdb1c984c4b32c0c1b13337d9bd50a3883cb3b3.zip
Remove unused examples dir, duplicate contained in tests/pos
Diffstat (limited to 'compiler/test/dotty/tools/dotc/reporting')
-rw-r--r--compiler/test/dotty/tools/dotc/reporting/TestMessageLaziness.scala2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/test/dotty/tools/dotc/reporting/TestMessageLaziness.scala b/compiler/test/dotty/tools/dotc/reporting/TestMessageLaziness.scala
index 6892739e8..bf727d51a 100644
--- a/compiler/test/dotty/tools/dotc/reporting/TestMessageLaziness.scala
+++ b/compiler/test/dotty/tools/dotc/reporting/TestMessageLaziness.scala
@@ -7,8 +7,6 @@ import org.junit.Test
import core.Contexts._
-import test.DottyTest
-
import diagnostic.{ Message, MessageContainer, ExtendMessage }
class TestMessageLaziness extends DottyTest {