Regenerate tests

This commit is contained in:
Zalim Bashorov
2023-07-21 14:43:11 +02:00
committed by Space Team
parent 5d1379ead1
commit b1a4d354f1
15 changed files with 89 additions and 0 deletions
@@ -40356,6 +40356,12 @@ public class FirNativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTe
runTest("compiler/testData/codegen/box/when/kt59346.kt");
}
@Test
@TestMetadata("kt60212.kt")
public void testKt60212() throws Exception {
runTest("compiler/testData/codegen/box/when/kt60212.kt");
}
@Test
@TestMetadata("longInRange.kt")
public void testLongInRange() throws Exception {
@@ -41392,6 +41392,12 @@ public class FirNativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenB
runTest("compiler/testData/codegen/box/when/kt59346.kt");
}
@Test
@TestMetadata("kt60212.kt")
public void testKt60212() throws Exception {
runTest("compiler/testData/codegen/box/when/kt60212.kt");
}
@Test
@TestMetadata("longInRange.kt")
public void testLongInRange() throws Exception {
@@ -39839,6 +39839,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
runTest("compiler/testData/codegen/box/when/kt59346.kt");
}
@Test
@TestMetadata("kt60212.kt")
public void testKt60212() throws Exception {
runTest("compiler/testData/codegen/box/when/kt60212.kt");
}
@Test
@TestMetadata("longInRange.kt")
public void testLongInRange() throws Exception {
@@ -40357,6 +40357,12 @@ public class NativeCodegenBoxTestNoPLGenerated extends AbstractNativeCodegenBoxT
runTest("compiler/testData/codegen/box/when/kt59346.kt");
}
@Test
@TestMetadata("kt60212.kt")
public void testKt60212() throws Exception {
runTest("compiler/testData/codegen/box/when/kt60212.kt");
}
@Test
@TestMetadata("longInRange.kt")
public void testLongInRange() throws Exception {