aboutsummaryrefslogtreecommitdiff
path: root/test/dotc
diff options
context:
space:
mode:
Diffstat (limited to 'test/dotc')
-rw-r--r--test/dotc/tests.scala8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala
index 336c52220..c828712ae 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -109,12 +109,12 @@ class tests extends CompilerTest {
// @odersky, fails with datarace
@Test def dotc_parsing = compileDir(dotcDir + "tools/dotc/parsing", twice)
- // @Test def dotc_printing = compileDir(dotcDir + "tools/dotc/printing", twice)
- // @odersky, elimByName creates symbol with incorrect owner
+ @Test def dotc_printing = compileDir(dotcDir + "tools/dotc/printing", twice)
+ // @odersky, elimByName creates symbol with incorrect owner (fixed)
@Test def dotc_reporting = compileDir(dotcDir + "tools/dotc/reporting", twice)
- // @Test def dotc_typer = compileDir(dotcDir + "tools/dotc/typer", twice)
- // @odersky, elimByName creates symbol with incorrect owner
+ @Test def dotc_typer = compileDir(dotcDir + "tools/dotc/typer", twice)
+ // @odersky, elimByName creates symbol with incorrect owner (fixed)
@Test def dotc_util = compileDir(dotcDir + "tools/dotc/util", twice)
@Test def tools_io = compileDir(dotcDir + "tools/io", twice)