diff --git a/community-build/community-projects/stdLib213 b/community-build/community-projects/stdLib213 index caba95fa01c6..98710d2160b4 160000 --- a/community-build/community-projects/stdLib213 +++ b/community-build/community-projects/stdLib213 @@ -1 +1 @@ -Subproject commit caba95fa01c6510d0681a4d79e97e79797327bc8 +Subproject commit 98710d2160b40c8302b7b5df1344c1e77bfd9cc6 diff --git a/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala b/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala index 6bbb83cbb318..2e4eaf7d455d 100644 --- a/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala +++ b/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala @@ -135,11 +135,10 @@ class CommunityBuildTest { command = "sourcecodeJVM/compile" ) - // TODO @smarter? - // @Test def stdLib213 = test( - // project = "stdLib213", - // command = "library/compile" - // ) + @Test def stdLib213 = test( + project = "stdLib213", + command = "library/compile" + ) // TODO @oderky? It got broken by #5458 // @Test def pdbp = test(