Skip to content

Commit 5ec4e09

Browse files
committed
Reenable protoquill
Using workaround 1cc61547a4ed77553ec600e28cab78d536786d4d
1 parent cc5428f commit 5ec4e09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class CommunityBuildTestC:
7575
// @Test def oslibWatch = projects.oslibWatch.run()
7676
@Test def playJson = projects.playJson.run()
7777
@Test def pprint = projects.pprint.run()
78-
// @Test def protoquill = projects.protoquill.run() // needs to fix new type inference errors
78+
@Test def protoquill = projects.protoquill.run()
7979
@Test def requests = projects.requests.run()
8080
@Test def scalacheck = projects.scalacheck.run()
8181
@Test def scalaCollectionCompat = projects.scalaCollectionCompat.run()

0 commit comments

Comments
 (0)