JVM KT-47365 add box test

This commit is contained in:
Dmitry Petrov
2021-06-21 15:54:40 +03:00
committed by teamcityserver
parent 7535f142c0
commit c26d71c4ef
9 changed files with 63 additions and 0 deletions
@@ -28515,6 +28515,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
runTest("compiler/testData/codegen/box/when/kt45081.kt");
}
@TestMetadata("kt47365.kt")
public void testKt47365() throws Exception {
runTest("compiler/testData/codegen/box/when/kt47365.kt");
}
@TestMetadata("kt5307.kt")
public void testKt5307() throws Exception {
runTest("compiler/testData/codegen/box/when/kt5307.kt");
@@ -27921,6 +27921,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/when/kt45081.kt");
}
@TestMetadata("kt47365.kt")
public void testKt47365() throws Exception {
runTest("compiler/testData/codegen/box/when/kt47365.kt");
}
@TestMetadata("kt5307.kt")
public void testKt5307() throws Exception {
runTest("compiler/testData/codegen/box/when/kt5307.kt");
@@ -27881,6 +27881,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/when/kt45081.kt");
}
@TestMetadata("kt47365.kt")
public void testKt47365() throws Exception {
runTest("compiler/testData/codegen/box/when/kt47365.kt");
}
@TestMetadata("kt5307.kt")
public void testKt5307() throws Exception {
runTest("compiler/testData/codegen/box/when/kt5307.kt");
@@ -15869,6 +15869,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
runTest("compiler/testData/codegen/box/when/kt45081.kt");
}
@TestMetadata("kt47365.kt")
public void testKt47365() throws Exception {
runTest("compiler/testData/codegen/box/when/kt47365.kt");
}
@TestMetadata("kt5307.kt")
public void testKt5307() throws Exception {
runTest("compiler/testData/codegen/box/when/kt5307.kt");