From 797c3db93b9fe4f9558d6e4fa7146b1ce2bccf59 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Wed, 10 Apr 2013 22:15:38 +0400 Subject: [PATCH] Regenerate tests --- .../jetbrains/jet/plugin/quickfix/QuickFixTestGenerated.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");