Regenerate tests

This commit is contained in:
Mikhael Bogdanov
2022-06-13 09:24:04 +02:00
parent e18105e0dc
commit 3d1bde470b
2 changed files with 11 additions and 0 deletions
@@ -338,6 +338,12 @@ public class FirSerializeCompileKotlinAgainstInlineKotlinTestGenerated extends A
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt42815_delegated.kt");
}
@Test
@TestMetadata("kt51950.kt")
public void testKt51950() throws Exception {
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt51950.kt");
}
@Test
@TestMetadata("kt6007.kt")
public void testKt6007() throws Exception {
@@ -265,6 +265,11 @@ public class IrCodegenBoxInlineWasmTestGenerated extends AbstractIrCodegenBoxInl
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt42815_delegated.kt");
}
@TestMetadata("kt51950.kt")
public void testKt51950() throws Exception {
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt51950.kt");
}
@TestMetadata("kt6007.kt")
public void testKt6007() throws Exception {
runTest("compiler/testData/codegen/boxInline/anonymousObject/kt6007.kt");