FIR IDE: add missing test dependency

This commit is contained in:
Ilya Kirillov
2020-10-13 22:55:46 +03:00
parent 2f093e76b0
commit b9cf9d8bc5
+1
View File
@@ -22,6 +22,7 @@ dependencies {
compile(project(":idea:idea-core"))
// </temp>
testCompile(project(":idea:idea-fir"))
testCompile(intellijDep())
testCompile(intellijCoreDep())
testCompile(toolsJar())