aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
authorDmitry Petrashko <dmitry.petrashko@gmail.com>2015-07-23 16:06:06 +0200
committerDmitry Petrashko <dmitry.petrashko@gmail.com>2015-07-23 16:20:47 +0200
commita1087a475717d960cf354cf388a44ecb9c40c8e3 (patch)
tree8f69389546cd572ea3061902b36ab758da00127d /test/dotc/tests.scala
parent9bc95782f628f26bec402173f34013fbeb49d2ca (diff)
downloaddotty-a1087a475717d960cf354cf388a44ecb9c40c8e3.tar.gz
dotty-a1087a475717d960cf354cf388a44ecb9c40c8e3.tar.bz2
dotty-a1087a475717d960cf354cf388a44ecb9c40c8e3.zip
Compile dotty.*, not only dotty.tools.
Diffstat (limited to 'test/dotc/tests.scala')
-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 2baeeb49e..19027e99e 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -147,7 +147,7 @@ class tests extends CompilerTest {
@Test def run_all = runFiles(runDir)
- @Test def dotty = compileDir(dottyDir, "tools", "-deep" :: "-Ycheck-reentrant" :: allowDeepSubtypes ++ twice) // note the -deep argument
+ @Test def dotty = compileDir(dottyDir, ".", "-deep" :: "-Ycheck-reentrant" :: allowDeepSubtypes) // note the -deep argument
@Test def dotc_ast = compileDir(dotcDir, "ast")