aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2014-01-15 14:01:16 +0100
committerMartin Odersky <odersky@gmail.com>2014-01-15 14:01:16 +0100
commit2112492ec908019d1515128c68f1c737518cac3c (patch)
treecb0809dde7bc41095c207ad5d2d65bbf8155d611 /test
parent3d9a664e75307410b8845ecc1540a00924867912 (diff)
downloaddotty-2112492ec908019d1515128c68f1c737518cac3c.tar.gz
dotty-2112492ec908019d1515128c68f1c737518cac3c.tar.bz2
dotty-2112492ec908019d1515128c68f1c737518cac3c.zip
Avoid stale symbol errors for package objects
Happened (albeit non-deterministally) when compiling parsing/*.scala
Diffstat (limited to 'test')
-rw-r--r--test/dotc/tests.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dotc/tests.scala b/test/dotc/tests.scala
index 0fef6252e..bd558fc16 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -49,6 +49,7 @@ class tests extends CompilerTest {
@Test def dotc_core = compileDir(dotcDir + "tools/dotc/core")
@Test def dotc_core_pickling = compileDir(dotcDir + "tools/dotc/core/pickling")
@Test def dotc_transform = compileDir(dotcDir + "tools/dotc/core/transform")
+ @Test def dotc_parsing = compileDir(dotcDir + "tools/dotc/core/parsing")
// @Test def dotc_compilercommand = compileFile(dotcDir + "tools/dotc/config/", "CompilerCommand")