FIR IDE: fix AbstractFirLazyResolveTest
It uses fir reference implementations which are not in the classpath
This commit is contained in:
@@ -20,6 +20,10 @@ dependencies {
|
|||||||
compile(project(":idea:idea-core"))
|
compile(project(":idea:idea-core"))
|
||||||
// </temp>
|
// </temp>
|
||||||
|
|
||||||
|
// <neededFor>`AbstractFirLazyResolveTest` uses fir implementation of references which are not in classpath otherwise
|
||||||
|
testRuntimeOnly(project(":idea:idea-frontend-fir"))
|
||||||
|
// </neededFor>
|
||||||
|
|
||||||
testCompile(toolsJar())
|
testCompile(toolsJar())
|
||||||
testCompile(projectTests(":idea"))
|
testCompile(projectTests(":idea"))
|
||||||
testCompile(projectTests(":compiler:tests-common"))
|
testCompile(projectTests(":compiler:tests-common"))
|
||||||
|
|||||||
Reference in New Issue
Block a user