Skip to content

Commit 7505024

Browse files
Update Sourcecode to the latest Upstream & Dotty versions
1 parent 21051f6 commit 7505024

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
@@ -170,11 +170,10 @@ class CommunityBuildTest {
170170
updateCommand = "dotty-community-build/update"
171171
)
172172

173-
// TODO: revert to sourcecodeJVM/test
174-
@Test def sourcecode = testSbt(
175-
project = "sourcecode",
176-
testCommand = "sourcecode/compile;sourcecode/test:compile",
177-
updateCommand = "sourcecode/update"
173+
@Test def sourcecode = testMill(
174+
project = "sourcecode",
175+
testCommand = s"sourcecode.jvm[$compilerVersion].test",
176+
extraMillArgs = List("-i", "-D", s"dottyVersion=$compilerVersion")
178177
)
179178

180179
@Test def stdLib213 = testSbt(

0 commit comments

Comments
 (0)