@@ -210,14 +210,14 @@ class CompilationTests extends ParallelTesting {
210210
211211 @ Test def testPickling : Unit = {
212212 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 ) +
215215 compileFilesInDir(" ../tests/new" , picklingOptions) +
216216 compileFilesInDir(" ../tests/pickling" , picklingOptions) +
217217 compileDir(" ../library/src/dotty/runtime" , picklingOptions) +
218218 compileDir(" ../compiler/src/dotty/tools/backend/jvm" , picklingOptions) +
219219 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 ) +
221221 compileDir(" ../compiler/src/dotty/tools/dotc/config" , picklingOptions) +
222222 compileDir(" ../compiler/src/dotty/tools/dotc/parsing" , picklingOptions) +
223223 compileDir(" ../compiler/src/dotty/tools/dotc/printing" , picklingOptions) +
0 commit comments