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.
1 parent 2d3d1b6 commit 19215a8Copy full SHA for 19215a8
test/dotc/tests.scala
@@ -132,7 +132,7 @@ class tests extends CompilerTest {
132
@Test def dotc_parsing = compileDir(dotcDir + "tools/dotc/parsing", failedOther)
133
// Expected primitive types I - Ljava/lang/Object
134
// Tried to return an object where expected type was Integer
135
- @Test def dotc_printing = compileDir(dotcDir + "tools/dotc/printing", twice)
+ @Test def dotc_printing = compileDir(dotcDir + "tools/dotc/printing", failedOther)
136
@Test def dotc_reporting = compileDir(dotcDir + "tools/dotc/reporting", twice)
137
@Test def dotc_typer = compileDir(dotcDir + "tools/dotc/typer", failedOther) // similar to dotc_config
138
//@Test def dotc_util = compileDir(dotcDir + "tools/dotc/util") //fails inside ExtensionMethods with ClassCastException
0 commit comments