[Build] Drop duplicated fir test task

This commit is contained in:
Dmitriy Novozhilov
2023-02-17 11:43:57 +02:00
committed by Space Team
parent 25b1fbc541
commit 5305e987b7
-11
View File
@@ -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")
}