Drop unused ':dist' dependency in some tests

Review: https://jetbrains.team/p/kt/reviews/6753

This commit doesn't fix any issue except for "cleanup". If you find a
mistake in this commit feel free to revert part of it/the whole commit

I checked every module where I drop ':dist' dependency. Tests still pass
in those modules
This commit is contained in:
Nikita Bobko
2022-07-27 01:16:33 +02:00
parent 6f844f15e0
commit 70ed76e0bd
12 changed files with 0 additions and 12 deletions
@@ -46,7 +46,6 @@ sourceSets {
projectTest(minHeapSizeMb = 8192, maxHeapSizeMb = 8192, reservedCodeCacheSizeMb = 512) {
systemProperties(project.properties.filterKeys { it.startsWith("fir.") })
workingDir = rootDir
dependsOn(":dist")
run {
val argsExt = project.findProperty("fir.modularized.jvm.args") as? String