Regenerate tests

This commit is contained in:
Mikhail Zarechenskiy
2020-02-12 09:42:14 +03:00
parent 0d310c0fa4
commit c58e819a6a
4 changed files with 0 additions and 20 deletions
@@ -12702,11 +12702,6 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/inference/capturedStarProjection.kt");
}
@TestMetadata("coercionToUnitWithNestedLambda.kt")
public void testCoercionToUnitWithNestedLambda() throws Exception {
runTest("compiler/testData/codegen/box/inference/coercionToUnitWithNestedLambda.kt");
}
@TestMetadata("integerLiteralTypeInLamdaReturnType.kt")
public void testIntegerLiteralTypeInLamdaReturnType() throws Exception {
runTest("compiler/testData/codegen/box/inference/integerLiteralTypeInLamdaReturnType.kt");
@@ -12702,11 +12702,6 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/inference/capturedStarProjection.kt");
}
@TestMetadata("coercionToUnitWithNestedLambda.kt")
public void testCoercionToUnitWithNestedLambda() throws Exception {
runTest("compiler/testData/codegen/box/inference/coercionToUnitWithNestedLambda.kt");
}
@TestMetadata("integerLiteralTypeInLamdaReturnType.kt")
public void testIntegerLiteralTypeInLamdaReturnType() throws Exception {
runTest("compiler/testData/codegen/box/inference/integerLiteralTypeInLamdaReturnType.kt");
@@ -11577,11 +11577,6 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
runTest("compiler/testData/codegen/box/inference/capturedStarProjection.kt");
}
@TestMetadata("coercionToUnitWithNestedLambda.kt")
public void testCoercionToUnitWithNestedLambda() throws Exception {
runTest("compiler/testData/codegen/box/inference/coercionToUnitWithNestedLambda.kt");
}
@TestMetadata("integerLiteralTypeInLamdaReturnType.kt")
public void testIntegerLiteralTypeInLamdaReturnType() throws Exception {
runTest("compiler/testData/codegen/box/inference/integerLiteralTypeInLamdaReturnType.kt");
@@ -11577,11 +11577,6 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
runTest("compiler/testData/codegen/box/inference/capturedStarProjection.kt");
}
@TestMetadata("coercionToUnitWithNestedLambda.kt")
public void testCoercionToUnitWithNestedLambda() throws Exception {
runTest("compiler/testData/codegen/box/inference/coercionToUnitWithNestedLambda.kt");
}
@TestMetadata("integerLiteralTypeInLamdaReturnType.kt")
public void testIntegerLiteralTypeInLamdaReturnType() throws Exception {
runTest("compiler/testData/codegen/box/inference/integerLiteralTypeInLamdaReturnType.kt");