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 b5be833 + 234190f commit a6bab2cCopy full SHA for a6bab2c
compiler/test/dotty/tools/backend/jvm/DottyBytecodeTest.scala
@@ -46,6 +46,7 @@ trait DottyBytecodeTest {
46
def initCtx = {
47
val ctx0 = (new ContextBase).initialCtx.fresh
48
val outputDir = new VirtualDirectory("<DottyBytecodeTest output>")
49
+ ctx0.setSetting(ctx0.settings.silentWarnings, true)
50
ctx0.setSetting(ctx0.settings.classpath, TestConfiguration.basicClasspath)
51
ctx0.setProperty(ContextDoc, new ContextDocstrings)
52
ctx0.setSetting(ctx0.settings.outputDir, outputDir)
0 commit comments