diff --git a/platform/platform-tests/testSrc/com/intellij/openapi/application/impl/PerProjectLaterInvokatorTest.kt b/platform/platform-tests/testSrc/com/intellij/openapi/application/impl/PerProjectLaterInvokatorTest.kt index da9f16ff9731..ce02d4f6cad9 100644 --- a/platform/platform-tests/testSrc/com/intellij/openapi/application/impl/PerProjectLaterInvokatorTest.kt +++ b/platform/platform-tests/testSrc/com/intellij/openapi/application/impl/PerProjectLaterInvokatorTest.kt @@ -53,7 +53,7 @@ class RunnableActionsTest : PlatformTestCase() { private val myPerProjectModalDialog = Dialog(null, "Per-project modal dialog", Dialog.ModalityType.DOCUMENT_MODAL) private val myApplicationModalDialog = Dialog(null, "Owned dialog", Dialog.ModalityType.DOCUMENT_MODAL) - fun testModalityStateChangedListener () { + fun _testModalityStateChangedListener () { val enteringOrder = booleanArrayOf(true, true, false, false) val enteringIndex = AtomicInteger(-1)