Skip to content

Commit 1d446b5

Browse files
authored
Merge pull request #4724 from dotty-staging/collections-strawman
Add collections-strawman to our tests
2 parents 38c066f + 7853425 commit 1d446b5

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
branch = dotty-library2.12
99
[submodule "collection-strawman"]
1010
path = collection-strawman
11-
url = https://github.com/scala/collection-strawman.git
12-
branch = master
11+
url = https://github.com/dotty-staging/collection-strawman.git
12+
branch = dotty

collection-strawman

Submodule collection-strawman updated 265 files

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ class CompilationTests extends ParallelTesting {
6262
),
6363
scala2Mode
6464
) +
65+
compileDir("collection-strawman/collections/src/main", defaultOptions.and("-Yno-imports")) +
6566
compileFilesInDir("tests/pos-special/spec-t5545", defaultOptions) +
6667
compileFilesInDir("tests/pos-special/strawman-collections", defaultOptions) +
6768
compileFilesInDir("tests/pos-special/isInstanceOf", allowDeepSubtypes.and("-Xfatal-warnings")) +

0 commit comments

Comments
 (0)