[JS IR BE] Update test data
This commit is contained in:
committed by
Roman Artemev
parent
02628e8de3
commit
f69bd54d6c
+5
@@ -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");
|
||||
|
||||
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user