Skip to content

Commit 9c2b838

Browse files
committed
Removed tasty_dotc_reporting test due to issue #986
1 parent 1125646 commit 9c2b838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dotc/tests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ class tests extends CompilerTest {
228228
@Test def tasty_new_all = compileFiles(newDir, testPickling)
229229
@Test def tasty_dotc_config = compileDir(dotcDir, "config", testPickling)
230230
@Test def tasty_dotc_printing = compileDir(dotcDir, "printing", testPickling)
231-
@Test def tasty_dotc_reporting = compileDir(dotcDir, "reporting", testPickling)
231+
//@Test def tasty_dotc_reporting = compileDir(dotcDir, "reporting", testPickling)
232232
@Test def tasty_dotc_util = compileDir(dotcDir, "util", testPickling)
233233
@Test def tasty_tools_io = compileDir(toolsDir, "io", testPickling)
234234
@Test def tasty_tests = compileDir(testsDir, "tasty", testPickling)

0 commit comments

Comments
 (0)