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 f4096ac commit 4ad9eb3Copy full SHA for 4ad9eb3
community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala
@@ -116,7 +116,7 @@ class CommunityBuildTestB extends CommunityBuildTest:
116
@Test def disciplineSpecs2 = projects.disciplineSpecs2.run()
117
@Test def munit = projects.munit.run()
118
@Test def perspective = projects.perspective.run()
119
- @Test def scodec = if (isExperimentalCompiler) projects.scodec.run()
+ @Test def scodec = if (compilerSupportExperimental) projects.scodec.run()
120
@Test def scodecBits = projects.scodecBits.run()
121
@Test def simulacrumScalafixAnnotations = projects.simulacrumScalafixAnnotations.run()
122
end CommunityBuildTestB
0 commit comments