[Test] Move existing fir tests on old infrastructure to :legacy-fir-tests module

This commit is contained in:
Dmitriy Novozhilov
2020-12-18 12:41:53 +03:00
committed by TeamCityServer
parent 1f258c28fc
commit 537e4f0bb4
28 changed files with 22 additions and 20 deletions
@@ -24,8 +24,8 @@ dependencies {
testApi(project(":compiler:frontend"))
testCompileOnly(project(":kotlin-reflect-api"))
testRuntime(project(":kotlin-reflect"))
testRuntime(project(":core:descriptors.runtime"))
testRuntimeOnly(project(":kotlin-reflect"))
testRuntimeOnly(project(":core:descriptors.runtime"))
testCompileOnly(intellijCoreDep()) { includeJars("intellij-core") }
testRuntimeOnly(intellijCoreDep()) { includeJars("intellij-core") }