FIR IDE: fix test task name

This commit is contained in:
Ilya Kirillov
2021-06-20 22:18:49 +02:00
parent f20dd8b673
commit 90f6d458b5
+1 -1
View File
@@ -878,7 +878,7 @@ tasks {
dependsOn("dist")
dependsOn(
":idea:idea-fir:test",
":idea:idea-frontend-fir:idea-fir-low-level-api:test-ide-impl",
":idea:idea-frontend-fir:fir-low-level-api-ide-impl:test",
":plugins:uast-kotlin-fir:test",
":idea:idea-fir-fe10-binding:test"
)