[JS IR BE] Update test data

This commit is contained in:
Roman Artemev
2018-06-13 17:00:56 +03:00
committed by Roman Artemev
parent 02628e8de3
commit f69bd54d6c
174 changed files with 83 additions and 197 deletions
@@ -2981,6 +2981,11 @@ public class BoxJsTestGenerated extends AbstractBoxJsTest {
runTest("js/js.translator/testData/box/expression/try/multipleCatchBlocks.kt");
}
@TestMetadata("nestedTryCatchInCatch.kt")
public void testNestedTryCatchInCatch() throws Exception {
runTest("js/js.translator/testData/box/expression/try/nestedTryCatchInCatch.kt");
}
@TestMetadata("rethrowExceptionIfNotCaught.kt")
public void testRethrowExceptionIfNotCaught() throws Exception {
runTest("js/js.translator/testData/box/expression/try/rethrowExceptionIfNotCaught.kt");
@@ -2981,6 +2981,11 @@ public class IrBoxJsTestGenerated extends AbstractIrBoxJsTest {
runTest("js/js.translator/testData/box/expression/try/multipleCatchBlocks.kt");
}
@TestMetadata("nestedTryCatchInCatch.kt")
public void testNestedTryCatchInCatch() throws Exception {
runTest("js/js.translator/testData/box/expression/try/nestedTryCatchInCatch.kt");
}
@TestMetadata("rethrowExceptionIfNotCaught.kt")
public void testRethrowExceptionIfNotCaught() throws Exception {
runTest("js/js.translator/testData/box/expression/try/rethrowExceptionIfNotCaught.kt");