aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDmitry Petrashko <dmitry.petrashko@gmail.com>2015-05-05 15:37:48 +0200
committerDmitry Petrashko <dmitry.petrashko@gmail.com>2015-05-08 13:33:51 +0200
commit1838eb04314f30afd74d7ce1bce61ff08989786b (patch)
tree7874634e76de1fcf31da69fd135148a19c24a127 /test
parent38e4f578a68ede3f246484ad9f0354c21fe9015e (diff)
downloaddotty-1838eb04314f30afd74d7ce1bce61ff08989786b.tar.gz
dotty-1838eb04314f30afd74d7ce1bce61ff08989786b.tar.bz2
dotty-1838eb04314f30afd74d7ce1bce61ff08989786b.zip
Do not try to compile dotty runtime yet. Problems with DottyPredef.
Diffstat (limited to 'test')
-rw-r--r--test/dotc/tests.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala
index 753a3a6c4..512cad90e 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -136,7 +136,7 @@ class tests extends CompilerTest {
@Test def neg_instantiateAbstract = compileFile(negDir, "instantiateAbstract", xerrors = 8)
@Test def neg_selfInheritance = compileFile(negDir, "selfInheritance", xerrors = 5)
*/
- @Test def dotty = compileDir(sourceDir, "", "-deep" :: allowDeepSubtypes ++ twice) // note the -deep argument
+ @Test def dotty = compileDir(toolsDir, "", "-deep" :: allowDeepSubtypes ++ twice) // note the -deep argument
/*
@Test def dotc_ast = compileDir(dotcDir, "ast")
@Test def dotc_config = compileDir(dotcDir, "config")