Fix daemon test task name

This commit is contained in:
Ilya Chernikov
2020-04-22 21:49:39 +02:00
parent b439dd62c5
commit 284d413603
+1 -1
View File
@@ -614,7 +614,7 @@ tasks {
dependsOn("nativeCompilerTest")
dependsOn("firCompilerTest")
dependsOn(":compiler:daemon:daemon-tests:test")
dependsOn(":kotlin-daemon-tests:test")
dependsOn("scriptingTest")
dependsOn(":kotlin-build-common:test")
dependsOn(":compiler:incremental-compilation-impl:test")