Skip to content

Commit 247443e

Browse files
committed
Re-add the stdlib to the community build
1 parent 38189b5 commit 247443e

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)