File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
compiler/test/dotty/tools/dotc Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ class CompilationTests extends ParallelTesting {
255255
256256 val tests = {
257257 lib.keepOutput :: dotty1.keepOutput :: {
258- dotty2.keepOutput +
258+ dotty2 +
259259 compileShallowFilesInDir(" ../compiler/src/dotty/tools" , opt) +
260260 compileShallowFilesInDir(" ../compiler/src/dotty/tools/dotc" , opt) +
261261 compileShallowFilesInDir(" ../compiler/src/dotty/tools/dotc/ast" , opt) +
@@ -270,7 +270,7 @@ class CompilationTests extends ParallelTesting {
270270 compileShallowFilesInDir(" ../compiler/src/dotty/tools/dotc/util" , opt) +
271271 compileList(" shallow-backend" , backendSources, opt) +
272272 compileList(" shallow-backend-jvm" , backendJvmSources, opt)
273- } :: Nil
273+ }.keepOutput :: Nil
274274 }.map(_.checkCompile())
275275
276276 assert(new java.io.File (" ../out/dotty1/dotty/" ).exists)
You can’t perform that action at this time.
0 commit comments