Skip to content

Commit 1cd41fe

Browse files
committed
Upgrade to fastparse 2 and add more tests
1 parent 4d06960 commit 1cd41fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Submodule fastparse updated 211 files

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ class CommunityBuildTest {
153153

154154
@Test def fastparse = test(
155155
project = "fastparse",
156-
testCommand = "fastparseJVM/compile",
157-
updateCommand = "fastparseJVM/update"
156+
testCommand = ";dotty-community-build/compile;dotty-community-build/test:compile",
157+
updateCommand = ";dotty-community-build/update"
158158
)
159159

160160
// TODO: revert to sourcecodeJVM/test

0 commit comments

Comments
 (0)