Skip to content

Commit 93929a3

Browse files
dimonchik0036Space Team
authored andcommitted
kotlin-compiler-testdata-for-ide: drop redundant test data
They are not used by the IntelliJ Kotlin plugin for a long time
1 parent 2e92385 commit 93929a3

File tree

1 file changed

+0
-7
lines changed
  • prepare/ide-plugin-dependencies/kotlin-compiler-testdata-for-ide

1 file changed

+0
-7
lines changed

prepare/ide-plugin-dependencies/kotlin-compiler-testdata-for-ide/build.gradle.kts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ idePluginDependency {
99
listOf(
1010
"compiler/testData/asJava/lightClasses",
1111
"compiler/testData/loadJava/compiledKotlin",
12-
"compiler/fir/analysis-tests/testData/resolve",
13-
"compiler/fir/analysis-tests/testData/resolveWithStdlib",
14-
"compiler/testData/diagnostics/tests",
15-
"compiler/testData/diagnostics/helpers",
16-
"compiler/tests-spec/testData",
17-
"compiler/testData/diagnostics/testsWithStdLib",
18-
"compiler/fir/raw-fir/psi2fir/testData",
1912
).forEach {
2013
from(rootDir.resolve(it)) {
2114
into(it)

0 commit comments

Comments
 (0)