commit | f49f83466eb9eb4f20c857a8203f58c830cebb40 | [log] [tgz] |
---|---|---|
author | Aleksei.Cherepanov <aleksei.cherepanov@jetbrains.com> | Fri Oct 20 12:29:31 2023 +0200 |
committer | Aleksei.Cherepanov <aleksei.cherepanov@jetbrains.com> | Fri Oct 20 12:29:31 2023 +0200 |
tree | 06cbb0b06d0337e8284f1432a81beb06f3597046 | |
parent | 9de791b9ac6a5e37e261678ad465e6d40e19e2fd [diff] |
Disable mappings dump creating for JPS graph
diff --git a/jps/jps-plugin/jps-tests/test/org/jetbrains/kotlin/jps/build/AbstractIncrementalJpsTest.kt b/jps/jps-plugin/jps-tests/test/org/jetbrains/kotlin/jps/build/AbstractIncrementalJpsTest.kt index e75be40..be22021 100644 --- a/jps/jps-plugin/jps-tests/test/org/jetbrains/kotlin/jps/build/AbstractIncrementalJpsTest.kt +++ b/jps/jps-plugin/jps-tests/test/org/jetbrains/kotlin/jps/build/AbstractIncrementalJpsTest.kt
@@ -613,13 +613,12 @@ } } +@Suppress("UNUSED_PARAMETER") private fun createMappingsDump( project: ProjectDescriptor, kotlinContext: KotlinCompileContext, lookupsDuringTest: Set<LookupSymbol> -) = createKotlinCachesDump(project, kotlinContext, lookupsDuringTest) + "\n\n\n" + - createCommonMappingsDump(project) + "\n\n\n" + - createJavaMappingsDump(project) +) = "" internal fun createKotlinCachesDump( project: ProjectDescriptor,