Update tests

This commit is contained in:
romanart
2018-10-12 15:43:41 +03:00
parent 6a66663739
commit 71f109387a
14 changed files with 67 additions and 8 deletions
@@ -21768,6 +21768,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
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");