FIR IDE: fix test dependencies

This commit is contained in:
Ilya Kirillov
2020-10-13 13:36:51 +03:00
parent dc467f7d6c
commit c418140bef
@@ -29,6 +29,7 @@ dependencies {
testCompile(toolsJar()) testCompile(toolsJar())
testCompile(projectTests(":idea")) testCompile(projectTests(":idea"))
testCompile(project(":idea:idea-fir"))
testCompile(projectTests(":compiler:tests-common")) testCompile(projectTests(":compiler:tests-common"))
testCompile(projectTests(":compiler:fir:analysis-tests")) testCompile(projectTests(":compiler:fir:analysis-tests"))
testCompile(projectTests(":idea:idea-test-framework")) testCompile(projectTests(":idea:idea-test-framework"))