aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDmitry Petrashko <dmitry.petrashko@gmail.com>2014-09-29 12:40:44 +0200
committerDmitry Petrashko <dmitry.petrashko@gmail.com>2014-10-11 06:39:09 +0200
commit5f04610ce923bf720fbdaf2408eca07412795fe3 (patch)
treed57f5c9bc0cc1e4283f4689fcb7ec1fc2089a4bd /test
parentdf28f8a6d254384ca13473f0261d8f561499b5f7 (diff)
downloaddotty-5f04610ce923bf720fbdaf2408eca07412795fe3.tar.gz
dotty-5f04610ce923bf720fbdaf2408eca07412795fe3.tar.bz2
dotty-5f04610ce923bf720fbdaf2408eca07412795fe3.zip
Remove outdated tests.
dotc_core_transform directory is empty. Files where moved while restructuring erasure.
Diffstat (limited to 'test')
-rw-r--r--test/dotc/tests.scala2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala
index 20662b134..e1c15e91e 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -108,8 +108,6 @@ class tests extends CompilerTest {
defaultOptions diff List("-YnoDeepSubtypes"))
// @odesky, fails on assertion in TypeComparer:425 (fixed)
- @Test def dotc_core_transform = compileDir(dotcDir + "tools/dotc/core/transform", twice)
-
@Test def dotc_transform = compileDir(dotcDir + "tools/dotc/transform", twice)
// @odersky, fails with datarace (fixed)
// now fails with unapplied setter generated by pattern matcher: