We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9db346d commit 417d88dCopy full SHA for 417d88d
community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala
@@ -384,8 +384,7 @@ class CommunityBuildTest:
384
@Test def scodecBits = projects.scodecBits.run()
385
@Test def scodec = projects.scodec.run()
386
@Test def scalaParserCombinators = projects.scalaParserCombinators.run()
387
- // blocked on #9074
388
- //@Test def dottyCpsAsync = projects.dottyCpsAsync.run()
+ @Test def dottyCpsAsync = projects.dottyCpsAsync.run()
389
@Test def scalaz = projects.scalaz.run()
390
@Test def endpoints = projects.endpoints.run()
391
end CommunityBuildTest
0 commit comments