JS: add incremental suspend inline test

This commit is contained in:
Anton Bannykh
2019-01-28 20:43:52 +03:00
parent aa88e579a6
commit 5c7072ec44
3 changed files with 44 additions and 0 deletions
@@ -3533,6 +3533,11 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
runTest("js/js.translator/testData/box/incremental/inlineModuleVariable.kt");
}
@TestMetadata("inlineSuspendFun.kt")
public void testInlineSuspendFun() throws Exception {
runTest("js/js.translator/testData/box/incremental/inlineSuspendFun.kt");
}
@TestMetadata("jsModule.kt")
public void testJsModule() throws Exception {
runTest("js/js.translator/testData/box/incremental/jsModule.kt");
@@ -3533,6 +3533,11 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
runTest("js/js.translator/testData/box/incremental/inlineModuleVariable.kt");
}
@TestMetadata("inlineSuspendFun.kt")
public void testInlineSuspendFun() throws Exception {
runTest("js/js.translator/testData/box/incremental/inlineSuspendFun.kt");
}
@TestMetadata("jsModule.kt")
public void testJsModule() throws Exception {
runTest("js/js.translator/testData/box/incremental/jsModule.kt");