File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ class tests extends CompilerTest {
224
224
|../scala2-library/src/library/scala/package.scala
225
225
|../scala2-library/src/library/scala/collection/GenSeqLike.scala
226
226
|../scala2-library/src/library/scala/collection/SeqLike.scala
227
- |../scala2-library/src/library/scala/collection/generic/GenSeqFactory.scala""" .stripMargin)
227
+ |../scala2-library/src/library/scala/collection/generic/GenSeqFactory.scala""" .stripMargin)(scala2mode ++ defaultOptions)
228
228
@ Test def compileIndexedSeq = compileLine(" ../scala2-library/src/library/scala/collection/immutable/IndexedSeq.scala" )
229
229
@ Test def compileParSetLike = compileLine(" ../scala2-library/src/library/scala/collection/parallel/mutable/ParSetLike.scala" )
230
230
@ Test def compileParSetSubset = compileLine(
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ class CompilationTests extends ParallelTesting {
57
57
" ../scala2-library/src/library/scala/collection/SeqLike.scala" ,
58
58
" ../scala2-library/src/library/scala/collection/generic/GenSeqFactory.scala"
59
59
),
60
- defaultOptions
60
+ scala2Mode
61
61
) +
62
62
compileFilesInDir(" ../tests/pos-special/spec-t5545" , defaultOptions) +
63
63
compileFilesInDir(" ../tests/pos-special/strawman-collections" , defaultOptions) +
You can’t perform that action at this time.
0 commit comments