We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1125646 + 9c2b838 commit de529acCopy full SHA for de529ac
test/dotc/tests.scala
@@ -228,7 +228,7 @@ class tests extends CompilerTest {
228
@Test def tasty_new_all = compileFiles(newDir, testPickling)
229
@Test def tasty_dotc_config = compileDir(dotcDir, "config", testPickling)
230
@Test def tasty_dotc_printing = compileDir(dotcDir, "printing", testPickling)
231
- @Test def tasty_dotc_reporting = compileDir(dotcDir, "reporting", testPickling)
+ //@Test def tasty_dotc_reporting = compileDir(dotcDir, "reporting", testPickling)
232
@Test def tasty_dotc_util = compileDir(dotcDir, "util", testPickling)
233
@Test def tasty_tools_io = compileDir(toolsDir, "io", testPickling)
234
@Test def tasty_tests = compileDir(testsDir, "tasty", testPickling)
0 commit comments