File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments