From 47bafb8c756e50372d6cb819775e357d44c1e3e9 Mon Sep 17 00:00:00 2001 From: Natalia Selezneva Date: Mon, 7 May 2018 15:37:17 +0300 Subject: [PATCH] Regenerate IntentionTestGenerated --- .../kotlin/idea/intentions/IntentionTestGenerated.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/idea/tests/org/jetbrains/kotlin/idea/intentions/IntentionTestGenerated.java b/idea/tests/org/jetbrains/kotlin/idea/intentions/IntentionTestGenerated.java index 5cf8dcfa73a..ab02be39f40 100644 --- a/idea/tests/org/jetbrains/kotlin/idea/intentions/IntentionTestGenerated.java +++ b/idea/tests/org/jetbrains/kotlin/idea/intentions/IntentionTestGenerated.java @@ -13078,8 +13078,7 @@ public class IntentionTestGenerated extends AbstractIntentionTest { @TestMetadata("unnecessaryParenthesesWithComment.kt") public void testUnnecessaryParenthesesWithComment() throws Exception { - String fileName = KotlinTestUtils.navigationMetadata("idea/testData/intentions/removeUnnecessaryParentheses/unnecessaryParenthesesWithComment.kt"); - doTest(fileName); + runTest("idea/testData/intentions/removeUnnecessaryParentheses/unnecessaryParenthesesWithComment.kt"); } }