diff --git a/community-build/community-projects/dotty-cps-async b/community-build/community-projects/dotty-cps-async index dd541bb26161..218faaff977a 160000 --- a/community-build/community-projects/dotty-cps-async +++ b/community-build/community-projects/dotty-cps-async @@ -1 +1 @@ -Subproject commit dd541bb26161b3532f5904e770fa256986f7b3e6 +Subproject commit 218faaff977a66b99eb5851d2259aebb3b2c48ed diff --git a/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala b/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala index 715fd2ed3f11..439c142b8ec8 100644 --- a/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala +++ b/community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala @@ -384,8 +384,7 @@ class CommunityBuildTest: @Test def scodecBits = projects.scodecBits.run() @Test def scodec = projects.scodec.run() @Test def scalaParserCombinators = projects.scalaParserCombinators.run() - // blocked on #9074 - //@Test def dottyCpsAsync = projects.dottyCpsAsync.run() + @Test def dottyCpsAsync = projects.dottyCpsAsync.run() @Test def scalaz = projects.scalaz.run() @Test def endpoints = projects.endpoints.run() end CommunityBuildTest