Add compiler/fir/raw-fir/psi2fir/testData to testdata which is used by Kotlin plugin in IJ infra

This commit is contained in:
Nikita Bobko
2021-06-08 18:32:59 +02:00
parent cf47d95aa5
commit 02bd17a4e2
@@ -18,7 +18,8 @@ idePluginDependency {
"compiler/testData/diagnostics/tests",
"compiler/testData/diagnostics/helpers",
"compiler/tests-spec/testData",
"compiler/testData/diagnostics/testsWithStdLib"
"compiler/testData/diagnostics/testsWithStdLib",
"compiler/fir/raw-fir/psi2fir/testData"
).forEach {
from(rootDir.resolve(it)) {
into(it)