[FIR] Slightly reorganize directory structure of FIR plugin prototype

This commit is contained in:
Dmitriy Novozhilov
2021-12-01 16:45:10 +03:00
committed by TeamCityServer
parent d585027431
commit 1d32d5c7d8
69 changed files with 37 additions and 37 deletions
+2 -2
View File
@@ -732,7 +732,7 @@ tasks {
dependsOn(":compiler:fir:analysis-tests:test")
dependsOn(":compiler:fir:analysis-tests:legacy-fir-tests:test")
dependsOn(":compiler:fir:fir2ir:test")
dependsOn(":plugins:fir:fir-plugin-prototype:test")
dependsOn(":plugins:fir-plugin-prototype:test")
}
register("firAllTest") {
@@ -743,7 +743,7 @@ tasks {
":compiler:fir:analysis-tests:test",
":compiler:fir:analysis-tests:legacy-fir-tests:test",
":compiler:fir:fir2ir:test",
":plugins:fir:fir-plugin-prototype:test"
":plugins:fir-plugin-prototype:test"
)
}