Skip to content

Commit ecab57a

Browse files
Merge pull request #7553 from dotty-staging/sourcecode-community
Update Sourcecode to the latest Upstream and Dotty versions
2 parents 060d365 + bea94ec commit ecab57a

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -176,11 +176,10 @@ class CommunityBuildTest {
176176
updateCommand = "dotty-community-build/update"
177177
)
178178

179-
// TODO: revert to sourcecodeJVM/test
180-
@Test def sourcecode = testSbt(
181-
project = "sourcecode",
182-
testCommand = "sourcecode/compile;sourcecode/test:compile",
183-
updateCommand = "sourcecode/update"
179+
@Test def sourcecode = testMill(
180+
project = "sourcecode",
181+
testCommand = s"sourcecode.jvm[$compilerVersion].test",
182+
extraMillArgs = List("-i", "-D", s"dottyVersion=$compilerVersion")
184183
)
185184

186185
@Test def stdLib213 = testSbt(

0 commit comments

Comments
 (0)