Skip to content

Commit 3ae3b08

Browse files
authored
Merge pull request #2427 from dotty-staging/topic/remove-strawmen
Move strawman collections to pos-special
2 parents 87ccb85 + ab9b3eb commit 3ae3b08

File tree

6 files changed

+520
-1
lines changed

6 files changed

+520
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ class CompilationTests extends ParallelTesting {
6060
defaultOptions
6161
) +
6262
compileFilesInDir("../tests/pos-special/spec-t5545", defaultOptions) +
63+
compileFilesInDir("../tests/pos-special/strawman-collections", defaultOptions) +
6364
compileFile("../scala2-library/src/library/scala/collection/immutable/IndexedSeq.scala", defaultOptions) +
6465
compileFile("../scala2-library/src/library/scala/collection/parallel/mutable/ParSetLike.scala", defaultOptions) +
6566
compileList(

0 commit comments

Comments
 (0)