Skip to content

Commit 8b08ad1

Browse files
committed
Revert "Disable protoquill"
This reverts commit ea8d8b6.
1 parent 68b8f50 commit 8b08ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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)