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 484193f commit 3c94d8bCopy full SHA for 3c94d8b
community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala
@@ -216,7 +216,7 @@ object projects
216
217
lazy val stdLib213 = SbtCommunityProject(
218
project = "stdLib213",
219
- sbtTestCommand = "library/compile",
+ sbtTestCommand = """;set scalacOptions in Global += "-Yerased-terms" ;library/compile""",
220
sbtUpdateCommand = "library/update",
221
extraSbtArgs = List("-Dscala.build.compileWithDotty=true")
222
)
0 commit comments