[IR][tests] Add tests for removal-of-overridden open callable case

This commit is contained in:
Dmitriy Dolovov
2022-06-07 00:06:03 +03:00
parent 846537b367
commit 9c1c712057
18 changed files with 94 additions and 0 deletions
@@ -78,6 +78,18 @@ public class KlibABITestGenerated extends AbstractNativeKlibABITest {
runTest("compiler/testData/klibABI/removeFunction/");
}
@Test
@TestMetadata("removeOpenFunction")
public void testRemoveOpenFunction() throws Exception {
runTest("compiler/testData/klibABI/removeOpenFunction/");
}
@Test
@TestMetadata("removeOpenProperty")
public void testRemoveOpenProperty() throws Exception {
runTest("compiler/testData/klibABI/removeOpenProperty/");
}
@Test
@TestMetadata("removeProperty")
public void testRemoveProperty() throws Exception {