Skip to content

Commit b1a11a5

Browse files
Remove legacyTests from Build.scala
1 parent 851d92b commit b1a11a5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

project/Build.scala

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ object Build {
501501
baseDirectory in (Test, run) := baseDirectory.value,
502502

503503
test in Test := {
504-
// Exclude legacy tests by default
504+
// Exclude VulpixMetaTests
505505
(testOnly in Test).toTask(" -- --exclude-categories=dotty.VulpixMetaTests").value
506506
},
507507

@@ -1148,8 +1148,7 @@ object Build {
11481148
dependsOn(dottyCompiler).
11491149
dependsOn(dottyLibrary).
11501150
nonBootstrappedSettings(
1151-
addCommandAlias("run", "dotty-compiler/run") ++
1152-
addCommandAlias("legacyTests", "dotty-compiler/testOnly dotc.tests")
1151+
addCommandAlias("run", "dotty-compiler/run")
11531152
)
11541153

11551154
def asDottyCompiler(implicit mode: Mode): Project = project.withCommonSettings.

0 commit comments

Comments
 (0)