Regenerate formatter tests

This commit is contained in:
Nikolay Krasko
2016-10-21 15:58:29 +03:00
parent bfaa9cf56f
commit 770ea75138
@@ -391,6 +391,12 @@ public class FormatterTestGenerated extends AbstractFormatterTest {
doTest(fileName);
}
@TestMetadata("LabeledExpression.after.kt")
public void testLabeledExpression() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("idea/testData/formatter/LabeledExpression.after.kt");
doTest(fileName);
}
@TestMetadata("LambdaArrow.after.kt")
public void testLambdaArrow() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("idea/testData/formatter/LambdaArrow.after.kt");
@@ -511,12 +517,6 @@ public class FormatterTestGenerated extends AbstractFormatterTest {
doTest(fileName);
}
@TestMetadata("LabeledExpression.after.kt")
public void testLabeledExpression() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("idea/testData/formatter/LabeledExpression.after.kt");
doTest(fileName);
}
@TestMetadata("RightBracketOnNewLine.after.kt")
public void testRightBracketOnNewLine() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("idea/testData/formatter/RightBracketOnNewLine.after.kt");