Skip to content

Commit 68fe0e1

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)