Skip to content

Commit 6bc5052

Browse files
author
Aggelos Biboudis
authored
Merge pull request #5947 from dotty-staging/pull-0.13.x
Pull 0.13.x to master
2 parents 4141bd2 + 5772bdc commit 6bc5052

File tree

12 files changed

+14
-14
lines changed

12 files changed

+14
-14
lines changed
Submodule algebra updated 1 file
Submodule scalap updated 1 file
Submodule scopt updated 1 file
Submodule squants updated 1 file

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,17 +111,17 @@ class CommunityBuildTest {
111111

112112
@Test def betterfiles = test(
113113
project = "betterfiles",
114-
command = "dottyCompile"
114+
command = "dotty-community-build/compile"
115115
)
116116

117117
@Test def ScalaPB = test(
118118
project = "ScalaPB",
119-
command = "dottyCompile"
119+
command = "dotty-community-build/compile"
120120
)
121121

122122
@Test def minitest = test(
123123
project = "minitest",
124-
command = "dottyCompile"
124+
command = "dotty-community-build/compile"
125125
)
126126

127127
@Test def fastparse = test(

0 commit comments

Comments
 (0)