From 501cb08154185be1d078bb5014d000de73a706e8 Mon Sep 17 00:00:00 2001 From: Evgeny Gerashchenko Date: Mon, 20 Oct 2014 18:20:09 +0400 Subject: [PATCH] Fixed compilation (IDEA API changed). --- .../kotlin/idea/codeInsight/AbstractJetInspectionTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {