Skip to content

Commit e344bd9

Browse files
Merge pull request #2935 from dotty-staging/enable-bridge-tests
Enable tests for dotty-sbt-bridge-bootstrapped
2 parents df4b3dd + 0434552 commit e344bd9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

project/Build.scala

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -741,11 +741,7 @@ object Build {
741741
lazy val `dotty-sbt-bridge-bootstrapped` = project.in(file("sbt-bridge")).
742742
dependsOn(`dotty-compiler-bootstrapped`).
743743
settings(commonBootstrappedSettings).
744-
settings(dottySbtBridgeSettings).
745-
settings(
746-
// Disabled because dotty crashes when compiling the tests
747-
sources in Test := Seq()
748-
)
744+
settings(dottySbtBridgeSettings)
749745

750746
lazy val `dotty-language-server` = project.in(file("language-server")).
751747
dependsOn(`dotty-compiler-bootstrapped`).

0 commit comments

Comments
 (0)