diff --git a/idea/idea-frontend-fir/tests/org/jetbrains/kotlin/idea/frontend/api/symbols/AbstractMemoryLeakInSymbolsTest.kt b/idea/idea-frontend-fir/tests/org/jetbrains/kotlin/idea/frontend/api/symbols/AbstractMemoryLeakInSymbolsTest.kt index 3519f4e34cd..98fce406e89 100644 --- a/idea/idea-frontend-fir/tests/org/jetbrains/kotlin/idea/frontend/api/symbols/AbstractMemoryLeakInSymbolsTest.kt +++ b/idea/idea-frontend-fir/tests/org/jetbrains/kotlin/idea/frontend/api/symbols/AbstractMemoryLeakInSymbolsTest.kt @@ -65,7 +65,7 @@ abstract class AbstractMemoryLeakInSymbolsTest : KotlinLightCodeInsightFixtureTe @OptIn(InvalidWayOfUsingAnalysisSession::class) private fun invalidateAllCaches(ktFile: KtFile) { (project.service() as KotlinFirOutOfBlockModificationTrackerFactory).incrementModificationsCount() -// project.service().incModificationCount() + project.service().incModificationCount() (project.service() as KtFirAnalysisSessionProvider).clearCaches() executeOnPooledThreadInReadAction { analyze(ktFile) {} } }