Skip to content

Commit cc59576

Browse files
Merge pull request #5952 from dotty-staging/restore-stdlib
Re-add the stdlib to the community build
2 parents 38189b5 + 247443e commit cc59576

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed
Submodule stdLib213 updated 2162 files

community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,10 @@ class CommunityBuildTest {
135135
command = "sourcecodeJVM/compile"
136136
)
137137

138-
// TODO @smarter?
139-
// @Test def stdLib213 = test(
140-
// project = "stdLib213",
141-
// command = "library/compile"
142-
// )
138+
@Test def stdLib213 = test(
139+
project = "stdLib213",
140+
command = "library/compile"
141+
)
143142

144143
// TODO @oderky? It got broken by #5458
145144
// @Test def pdbp = test(

0 commit comments

Comments
 (0)