From 3989f5244f2f97faa1659a8160adb215bba2e30a Mon Sep 17 00:00:00 2001 From: Nikolay Krasko Date: Wed, 28 Aug 2019 13:25:37 +0300 Subject: [PATCH] Minor: Fix comment about absent method #KT-33536 Fixed --- .../kotlin/idea/testFramework/projectRoutines.kt.183 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/idea/performanceTests/org/jetbrains/kotlin/idea/testFramework/projectRoutines.kt.183 b/idea/performanceTests/org/jetbrains/kotlin/idea/testFramework/projectRoutines.kt.183 index 39aa4ca77dc..1802d45a80b 100644 --- a/idea/performanceTests/org/jetbrains/kotlin/idea/testFramework/projectRoutines.kt.183 +++ b/idea/performanceTests/org/jetbrains/kotlin/idea/testFramework/projectRoutines.kt.183 @@ -61,10 +61,12 @@ fun closeProject(project: Project) { projectManagerEx.closeAndDispose(project) } +// BUNCH: 183 fun waitForAllEditorsFinallyLoaded(project: Project) { - // 182 does not have this public api + // 183 does not have this public api } +// BUNCH: 183 fun replaceWithCustomHighlighter(parentDisposable: Disposable, fromImplementationClass: String, toImplementationClass: String) { - // 182 does not have this public api + // 183 does not have this public api }