Skip to content

Commit da5b427

Browse files
committed
Reinstantiated full tests.
The fix to Types in 9bb3551 (Retract of optimization in computeDenot) allowed the two tests to compile "twice" again.
1 parent bf45e65 commit da5b427

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/dotc/tests.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,12 @@ class tests extends CompilerTest {
104104
@Test def dotc_ast = compileDir(dotcDir + "tools/dotc/ast", twice)
105105
@Test def dotc_config = compileDir(dotcDir + "tools/dotc/config", twice)
106106
@Test def dotc_core = compileDir(dotcDir + "tools/dotc/core", twice)(allowDeepSubtypes)
107-
@Test def dotc_core_pickling = compileDir(dotcDir + "tools/dotc/core/pickling"/*, twice*/)(allowDeepSubtypes)
107+
@Test def dotc_core_pickling = compileDir(dotcDir + "tools/dotc/core/pickling", twice)(allowDeepSubtypes)
108108
@Test def dotc_transform = compileDir(dotcDir + "tools/dotc/transform", twice)
109109
@Test def dotc_parsing = compileDir(dotcDir + "tools/dotc/parsing", twice)
110110
@Test def dotc_printing = compileDir(dotcDir + "tools/dotc/printing", twice)
111111
@Test def dotc_reporting = compileDir(dotcDir + "tools/dotc/reporting", twice)
112-
@Test def dotc_typer = compileDir(dotcDir + "tools/dotc/typer"/*, twice*/)
112+
@Test def dotc_typer = compileDir(dotcDir + "tools/dotc/typer", twice)
113113
@Test def dotc_util = compileDir(dotcDir + "tools/dotc/util", twice)
114114
@Test def tools_io = compileDir(dotcDir + "tools/io", twice)
115115
//@Test def tools = compileDir(dotcDir + "tools", "-deep" :: Nil)(allowDeepSubtypes)

0 commit comments

Comments
 (0)