Update tests
This commit is contained in:
+5
@@ -19588,6 +19588,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/specialBuiltins/throwableCause.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("throwableComplex.kt")
|
||||
public void testThrowableComplex() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/specialBuiltins/throwableComplex.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("throwableImpl.kt")
|
||||
public void testThrowableImpl() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/specialBuiltins/throwableImpl.kt");
|
||||
|
||||
+5
@@ -20633,6 +20633,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/specialBuiltins/throwableCause.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("throwableComplex.kt")
|
||||
public void testThrowableComplex() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/specialBuiltins/throwableComplex.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("throwableImpl.kt")
|
||||
public void testThrowableImpl() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/specialBuiltins/throwableImpl.kt");
|
||||
|
||||
Reference in New Issue
Block a user