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 {
255
255
256
256
val tests = {
257
257
lib.keepOutput :: dotty1.keepOutput :: {
258
- dotty2.keepOutput +
258
+ dotty2 +
259
259
compileShallowFilesInDir(" ../compiler/src/dotty/tools" , opt) +
260
260
compileShallowFilesInDir(" ../compiler/src/dotty/tools/dotc" , opt) +
261
261
compileShallowFilesInDir(" ../compiler/src/dotty/tools/dotc/ast" , opt) +
@@ -270,7 +270,7 @@ class CompilationTests extends ParallelTesting {
270
270
compileShallowFilesInDir(" ../compiler/src/dotty/tools/dotc/util" , opt) +
271
271
compileList(" shallow-backend" , backendSources, opt) +
272
272
compileList(" shallow-backend-jvm" , backendJvmSources, opt)
273
- } :: Nil
273
+ }.keepOutput :: Nil
274
274
}.map(_.checkCompile())
275
275
276
276
assert(new java.io.File (" ../out/dotty1/dotty/" ).exists)
You can’t perform that action at this time.
0 commit comments