aboutsummaryrefslogtreecommitdiff
path: root/test/dotc/tests.scala
diff options
context:
space:
mode:
authorVladimirNik <vladimir.nikolaev9@gmail.com>2015-12-01 15:59:13 +0100
committerVladimirNik <vladimir.nikolaev9@gmail.com>2015-12-01 15:59:13 +0100
commit9c2b838fba4de910ce72230f04266d19ff510398 (patch)
treec0f6997d67f37938a83b512e83492d31a2623577 /test/dotc/tests.scala
parent112564655f4f23552cb9ae48d0fdb7d8ac5b725c (diff)
downloaddotty-9c2b838fba4de910ce72230f04266d19ff510398.tar.gz
dotty-9c2b838fba4de910ce72230f04266d19ff510398.tar.bz2
dotty-9c2b838fba4de910ce72230f04266d19ff510398.zip
Removed tasty_dotc_reporting test due to issue #986
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 2bbbacd2f..a07b2545c 100644
--- a/test/dotc/tests.scala
+++ b/test/dotc/tests.scala
@@ -228,7 +228,7 @@ class tests extends CompilerTest {
@Test def tasty_new_all = compileFiles(newDir, testPickling)
@Test def tasty_dotc_config = compileDir(dotcDir, "config", testPickling)
@Test def tasty_dotc_printing = compileDir(dotcDir, "printing", testPickling)
- @Test def tasty_dotc_reporting = compileDir(dotcDir, "reporting", testPickling)
+ //@Test def tasty_dotc_reporting = compileDir(dotcDir, "reporting", testPickling)
@Test def tasty_dotc_util = compileDir(dotcDir, "util", testPickling)
@Test def tasty_tools_io = compileDir(toolsDir, "io", testPickling)
@Test def tasty_tests = compileDir(testsDir, "tasty", testPickling)