Skip to content

Commit 417d88d

Browse files
committed
reenabled dottyCpsAsync after implementing workarounf for scala#9074
1 parent 9db346d commit 417d88d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,7 @@ class CommunityBuildTest:
384384
@Test def scodecBits = projects.scodecBits.run()
385385
@Test def scodec = projects.scodec.run()
386386
@Test def scalaParserCombinators = projects.scalaParserCombinators.run()
387-
// blocked on #9074
388-
//@Test def dottyCpsAsync = projects.dottyCpsAsync.run()
387+
@Test def dottyCpsAsync = projects.dottyCpsAsync.run()
389388
@Test def scalaz = projects.scalaz.run()
390389
@Test def endpoints = projects.endpoints.run()
391390
end CommunityBuildTest

0 commit comments

Comments
 (0)