We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68b8f50 commit 8b08ad1Copy full SHA for 8b08ad1
community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala
@@ -75,7 +75,7 @@ class CommunityBuildTestC:
75
// @Test def oslibWatch = projects.oslibWatch.run()
76
@Test def playJson = projects.playJson.run()
77
@Test def pprint = projects.pprint.run()
78
- // @Test def protoquill = projects.protoquill.run() // needs to fix new type inference errors
+ @Test def protoquill = projects.protoquill.run()
79
@Test def requests = projects.requests.run()
80
@Test def scalacheck = projects.scalacheck.run()
81
@Test def scalaCollectionCompat = projects.scalaCollectionCompat.run()
0 commit comments