From 02bd17a4e2f87c25130b497f1bc9c5223067bff0 Mon Sep 17 00:00:00 2001 From: Nikita Bobko Date: Tue, 8 Jun 2021 18:32:59 +0200 Subject: [PATCH] Add `compiler/fir/raw-fir/psi2fir/testData` to testdata which is used by Kotlin plugin in IJ infra --- .../kotlin-compiler-testdata-for-ide/build.gradle.kts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/prepare/ide-plugin-dependencies/kotlin-compiler-testdata-for-ide/build.gradle.kts b/prepare/ide-plugin-dependencies/kotlin-compiler-testdata-for-ide/build.gradle.kts index ac5d13f036c..957d3707e09 100644 --- a/prepare/ide-plugin-dependencies/kotlin-compiler-testdata-for-ide/build.gradle.kts +++ b/prepare/ide-plugin-dependencies/kotlin-compiler-testdata-for-ide/build.gradle.kts @@ -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)