@@ -210,14 +210,14 @@ class CompilationTests extends ParallelTesting {
210
210
211
211
@ Test def testPickling : Unit = {
212
212
implicit val testGroup : TestGroup = TestGroup (" testPickling" )
213
- compileDir(" ../compiler/src/dotty/tools" , picklingOptions) +
214
- compileDir(" ../compiler/src/dotty/tools/dotc" , picklingOptions) +
213
+ compileDir(" ../compiler/src/dotty/tools" , picklingOptions, recursive = false ) +
214
+ compileDir(" ../compiler/src/dotty/tools/dotc" , picklingOptions, recursive = false ) +
215
215
compileFilesInDir(" ../tests/new" , picklingOptions) +
216
216
compileFilesInDir(" ../tests/pickling" , picklingOptions) +
217
217
compileDir(" ../library/src/dotty/runtime" , picklingOptions) +
218
218
compileDir(" ../compiler/src/dotty/tools/backend/jvm" , picklingOptions) +
219
219
compileDir(" ../compiler/src/dotty/tools/dotc/ast" , picklingOptions) +
220
- compileDir(" ../compiler/src/dotty/tools/dotc/core" , picklingOptions) +
220
+ compileDir(" ../compiler/src/dotty/tools/dotc/core" , picklingOptions, recursive = false ) +
221
221
compileDir(" ../compiler/src/dotty/tools/dotc/config" , picklingOptions) +
222
222
compileDir(" ../compiler/src/dotty/tools/dotc/parsing" , picklingOptions) +
223
223
compileDir(" ../compiler/src/dotty/tools/dotc/printing" , picklingOptions) +
0 commit comments