Regenerate compiler tests

This commit is contained in:
Svyatoslav Kuzmich
2023-12-12 15:14:17 +01:00
committed by Space Team
parent 76e132e758
commit 1a644c48b0
19 changed files with 113 additions and 0 deletions
@@ -16610,6 +16610,12 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
runTest("compiler/testData/codegen/box/functions/kt48058.kt");
}
@Test
@TestMetadata("kt58825_arrayOverloads.kt")
public void testKt58825_arrayOverloads() throws Exception {
runTest("compiler/testData/codegen/box/functions/kt58825_arrayOverloads.kt");
}
@Test
@TestMetadata("kt785.kt")
public void testKt785() throws Exception {
@@ -16996,6 +16996,12 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
runTest("compiler/testData/codegen/box/functions/kt48058.kt");
}
@Test
@TestMetadata("kt58825_arrayOverloads.kt")
public void testKt58825_arrayOverloads() throws Exception {
runTest("compiler/testData/codegen/box/functions/kt58825_arrayOverloads.kt");
}
@Test
@TestMetadata("kt785.kt")
public void testKt785() throws Exception {
@@ -16224,6 +16224,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
runTest("compiler/testData/codegen/box/functions/kt48058.kt");
}
@Test
@TestMetadata("kt58825_arrayOverloads.kt")
public void testKt58825_arrayOverloads() throws Exception {
runTest("compiler/testData/codegen/box/functions/kt58825_arrayOverloads.kt");
}
@Test
@TestMetadata("kt785.kt")
public void testKt785() throws Exception {
@@ -16611,6 +16611,12 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
runTest("compiler/testData/codegen/box/functions/kt48058.kt");
}
@Test
@TestMetadata("kt58825_arrayOverloads.kt")
public void testKt58825_arrayOverloads() throws Exception {
runTest("compiler/testData/codegen/box/functions/kt58825_arrayOverloads.kt");
}
@Test
@TestMetadata("kt785.kt")
public void testKt785() throws Exception {