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 {
501
501
baseDirectory in (Test , run) := baseDirectory.value,
502
502
503
503
test in Test := {
504
- // Exclude legacy tests by default
504
+ // Exclude VulpixMetaTests
505
505
(testOnly in Test ).toTask(" -- --exclude-categories=dotty.VulpixMetaTests" ).value
506
506
},
507
507
@@ -1148,8 +1148,7 @@ object Build {
1148
1148
dependsOn(dottyCompiler).
1149
1149
dependsOn(dottyLibrary).
1150
1150
nonBootstrappedSettings(
1151
- addCommandAlias(" run" , " dotty-compiler/run" ) ++
1152
- addCommandAlias(" legacyTests" , " dotty-compiler/testOnly dotc.tests" )
1151
+ addCommandAlias(" run" , " dotty-compiler/run" )
1153
1152
)
1154
1153
1155
1154
def asDottyCompiler (implicit mode : Mode ): Project = project.withCommonSettings.
You can’t perform that action at this time.
0 commit comments