[FIR] Slightly reorganize directory structure of FIR plugin prototype
This commit is contained in:
committed by
TeamCityServer
parent
d585027431
commit
1d32d5c7d8
+2
-2
@@ -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"
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user