From 247443e2380900185532c0071ef5f191095ae19b Mon Sep 17 00:00:00 2001 From: Guillaume Martres Date: Wed, 20 Feb 2019 10:00:56 +0100 Subject: [PATCH] Re-add the stdlib to the community build --- community-build/community-projects/stdLib213 | 2 +- .../scala/dotty/communitybuild/CommunityBuildTest.scala | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) 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(