File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
compiler/test/dotty/tools/dotc Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -182,6 +182,13 @@ class CompilationTests extends ParallelTesting {
182
182
183
183
@ Test def pickling : Unit = {
184
184
implicit val testGroup : TestGroup = TestGroup (" testPickling" )
185
+ compileFile(" tests/pos/dependent-patterns.scala" , picklingOptions) +
186
+ compileFile(" tests/pos/dependent.scala" , picklingOptions) +
187
+ compileFile(" tests/pos/dependent2.scala" , picklingOptions) +
188
+ compileFile(" tests/pos/dependent3.scala" , picklingOptions) +
189
+ compileFile(" tests/pos/dependent4.scala" , picklingOptions) +
190
+ compileFile(" tests/pos/dependent5-min.scala" , picklingOptions) +
191
+ compileFile(" tests/pos/dependent5.scala" , picklingOptions) +
185
192
compileFilesInDir(" tests/new" , picklingOptions) +
186
193
compileFilesInDir(" tests/pickling" , picklingOptions)
187
194
}.checkCompile()
You can’t perform that action at this time.
0 commit comments