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 f1355d3 commit 68fe0e1Copy full SHA for 68fe0e1
compiler/test/dotty/tools/dotc/CompilationTests.scala
@@ -270,7 +270,7 @@ class CompilationTests extends ParallelTesting {
270
compileShallowFilesInDir("../compiler/src/dotty/tools/dotc/util", opt) +
271
compileList("shallow-backend", backendSources, opt) +
272
compileList("shallow-backend-jvm", backendJvmSources, opt)
273
- } :: Nil
+ }.keepOutput :: Nil
274
}.map(_.checkCompile())
275
276
assert(new java.io.File("../out/dotty1/dotty/").exists)
0 commit comments