Minor. Add regression test

#KT-45539 Obsolete
This commit is contained in:
Ilmir Usmanov
2021-04-12 12:07:51 +02:00
parent 19b1b48e87
commit 29c975fc43
8 changed files with 102 additions and 5 deletions
@@ -6338,6 +6338,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
runTest("compiler/testData/codegen/box/coroutines/kt44221.kt");
}
@TestMetadata("kt44710.kt")
public void testKt44710() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/kt44710.kt");
}
@TestMetadata("kt45377.kt")
public void testKt45377() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/kt45377.kt");
@@ -5759,6 +5759,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/coroutines/kt44221.kt");
}
@TestMetadata("kt44710.kt")
public void testKt44710() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/kt44710.kt");
}
@TestMetadata("kt45377.kt")
public void testKt45377() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/kt45377.kt");
@@ -5759,6 +5759,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/coroutines/kt44221.kt");
}
@TestMetadata("kt44710.kt")
public void testKt44710() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/kt44710.kt");
}
@TestMetadata("kt45377.kt")
public void testKt45377() throws Exception {
runTest("compiler/testData/codegen/box/coroutines/kt45377.kt");