Skip to content

Commit e119cdc

Browse files
committed
Re-enable collection-strawman tests
1 parent 4e5cf82 commit e119cdc

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
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/IdempotencyTests.scala

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,12 @@ class IdempotencyTests extends ParallelTesting {
6464
}
6565
val allChecks = {
6666
check("CheckOrderIdempotency") +
67-
// Disabled until strawman is fixed
68-
// check("CheckStrawmanIdempotency") +
67+
check("CheckStrawmanIdempotency") +
6968
check("CheckPosIdempotency")
7069
}
7170

7271
val allTests = {
73-
// Disabled until strawman is fixed
74-
// strawmanIdempotency +
72+
strawmanIdempotency +
7573
orderIdempotency +
7674
posIdempotency
7775
}

0 commit comments

Comments
 (0)