Skip to content

Commit 3c94d8b

Browse files
committed
Add -Yerased-terms to CommunityBuildTest.stdLib213
1 parent 484193f commit 3c94d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ object projects
216216

217217
lazy val stdLib213 = SbtCommunityProject(
218218
project = "stdLib213",
219-
sbtTestCommand = "library/compile",
219+
sbtTestCommand = """;set scalacOptions in Global += "-Yerased-terms" ;library/compile""",
220220
sbtUpdateCommand = "library/update",
221221
extraSbtArgs = List("-Dscala.build.compileWithDotty=true")
222222
)

0 commit comments

Comments
 (0)