diff --git a/idea/tests/org/jetbrains/jet/plugin/quickfix/QuickFixTestGenerated.java b/idea/tests/org/jetbrains/jet/plugin/quickfix/QuickFixTestGenerated.java index dc8dd6053a8..2dbf93df4a3 100644 --- a/idea/tests/org/jetbrains/jet/plugin/quickfix/QuickFixTestGenerated.java +++ b/idea/tests/org/jetbrains/jet/plugin/quickfix/QuickFixTestGenerated.java @@ -997,7 +997,7 @@ public class QuickFixTestGenerated extends AbstractQuickFixTest { public void testChangeReturnTypeWhenValueParameterListIsAbsent() throws Exception { doTest("idea/testData/quickfix/typeMismatch/beforeChangeReturnTypeWhenValueParameterListIsAbsent.kt"); } - + @TestMetadata("beforeCompareToTypeMismatch.kt") public void testCompareToTypeMismatch() throws Exception { doTest("idea/testData/quickfix/typeMismatch/beforeCompareToTypeMismatch.kt");