[KLIB] Update test data

- mute temporary broken test
 - add regression test
This commit is contained in:
Roman Artemev
2020-03-06 16:53:15 +03:00
committed by romanart
parent 7034edac4c
commit 7430bfe518
8 changed files with 60 additions and 1 deletions
@@ -14883,6 +14883,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
runTest("compiler/testData/codegen/box/ir/serializationRegressions/innerClassInEnumEntryClass.kt");
}
@TestMetadata("transitiveClash.kt")
public void testTransitiveClash() throws Exception {
runTest("compiler/testData/codegen/box/ir/serializationRegressions/transitiveClash.kt");
}
@TestMetadata("useImportedMember.kt")
public void testUseImportedMember() throws Exception {
runTest("compiler/testData/codegen/box/ir/serializationRegressions/useImportedMember.kt");