Skip to content

Commit c50936a

Browse files
committed
Fix combining tests with keepOutput and not keep
1 parent f1355d3 commit c50936a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/test/dotty/tools/dotc/CompilationTests.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)