diff --git a/idea/tests/org/jetbrains/kotlin/idea/codeInsight/AbstractJetInspectionTest.kt b/idea/tests/org/jetbrains/kotlin/idea/codeInsight/AbstractJetInspectionTest.kt index 50998f7d1f0..445ff53577c 100644 --- a/idea/tests/org/jetbrains/kotlin/idea/codeInsight/AbstractJetInspectionTest.kt +++ b/idea/tests/org/jetbrains/kotlin/idea/codeInsight/AbstractJetInspectionTest.kt @@ -80,7 +80,7 @@ public abstract class AbstractJetInspectionTest: LightCodeInsightFixtureTestCase val inspectionManager = (InspectionManager.getInstance(getProject()) as InspectionManagerEx) val globalContext = CodeInsightTestFixtureImpl.createGlobalContextForTool(scope, getProject(), inspectionManager, toolWrapper) - InspectionTestUtil.runTool(toolWrapper, scope, globalContext, inspectionManager) + InspectionTestUtil.runTool(toolWrapper, scope, globalContext) InspectionTestUtil.compareToolResults(globalContext, toolWrapper, false, inspectionsTestDir.getPath()) } finally {