[Build] Drop duplicated fir test task
This commit is contained in:
committed by
Space Team
parent
25b1fbc541
commit
5305e987b7
@@ -685,17 +685,6 @@ tasks {
|
||||
dependsOn(":compiler:fir:fir2ir:test")
|
||||
}
|
||||
|
||||
register("firAllTest") {
|
||||
dependsOn(
|
||||
":dist",
|
||||
":compiler:fir:raw-fir:psi2fir:test",
|
||||
":compiler:fir:raw-fir:light-tree2fir:test",
|
||||
":compiler:fir:analysis-tests:test",
|
||||
":compiler:fir:analysis-tests:legacy-fir-tests:test",
|
||||
":compiler:fir:fir2ir:test",
|
||||
)
|
||||
}
|
||||
|
||||
register("compilerFrontendVisualizerTest") {
|
||||
dependsOn("compiler:visualizer:test")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user