aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2014-11-08 12:10:08 +0100
committerMartin Odersky <odersky@gmail.com>2014-11-09 19:09:52 +0100
commit383ba355f1688ccdb694bfdb16c0c98feaca6e25 (patch)
treefda07246f647db6450bef727e71d60b561b9405f /test/dotc/tests.scala
parent0d0a37f755bece2b44de65ce4bbcf34184813fae (diff)
downloaddotty-383ba355f1688ccdb694bfdb16c0c98feaca6e25.tar.gz
dotty-383ba355f1688ccdb694bfdb16c0c98feaca6e25.tar.bz2
dotty-383ba355f1688ccdb694bfdb16c0c98feaca6e25.zip
Reinstantiated full tests.
The fix to Types in 9bb35512 (Retract of optimization in computeDenot) allowed the two tests to compile "twice" again.
Diffstat (limited to 'test/dotc/tests.scala')
-rw-r--r--test/dotc/tests.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala
index 39c6658d0..2b0d7eb08 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -104,12 +104,12 @@ class tests extends CompilerTest {
@Test def dotc_ast = compileDir(dotcDir + "tools/dotc/ast", twice)
@Test def dotc_config = compileDir(dotcDir + "tools/dotc/config", twice)
@Test def dotc_core = compileDir(dotcDir + "tools/dotc/core", twice)(allowDeepSubtypes)
- @Test def dotc_core_pickling = compileDir(dotcDir + "tools/dotc/core/pickling"/*, twice*/)(allowDeepSubtypes)
+ @Test def dotc_core_pickling = compileDir(dotcDir + "tools/dotc/core/pickling", twice)(allowDeepSubtypes)
@Test def dotc_transform = compileDir(dotcDir + "tools/dotc/transform", twice)
@Test def dotc_parsing = compileDir(dotcDir + "tools/dotc/parsing", twice)
@Test def dotc_printing = compileDir(dotcDir + "tools/dotc/printing", twice)
@Test def dotc_reporting = compileDir(dotcDir + "tools/dotc/reporting", twice)
- @Test def dotc_typer = compileDir(dotcDir + "tools/dotc/typer"/*, twice*/)
+ @Test def dotc_typer = compileDir(dotcDir + "tools/dotc/typer", twice)
@Test def dotc_util = compileDir(dotcDir + "tools/dotc/util", twice)
@Test def tools_io = compileDir(dotcDir + "tools/io", twice)
//@Test def tools = compileDir(dotcDir + "tools", "-deep" :: Nil)(allowDeepSubtypes)