提交 2d5b5053 编写于 作者: I Ilya Kirillov

FIR IDE: fix AbstractFirLazyResolveTest

It uses fir reference implementations which are not in the classpath
上级 46907f86
...@@ -20,6 +20,10 @@ dependencies { ...@@ -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"))
...@@ -37,7 +41,7 @@ sourceSets { ...@@ -37,7 +41,7 @@ sourceSets {
"test" { projectDefault() } "test" { projectDefault() }
} }
if (rootProject.findProperty("idea.fir.plugin") == "true") { if (rootProject.findProperty("idea.fir.plugin") == "true") {
projectTest { projectTest {
dependsOn(":dist") dependsOn(":dist")
workingDir = rootDir workingDir = rootDir
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册