[IR][tests] Add tests for IR linkage issues related to properties

This commit is contained in:
Dmitriy Dolovov
2022-04-27 11:23:19 +03:00
parent 8e8ecc48ad
commit deb9039b0f
26 changed files with 163 additions and 51 deletions
@@ -77,4 +77,10 @@ public class KlibABITestGenerated extends AbstractNativeKlibABITest {
public void testRemoveFunction() throws Exception {
runTest("compiler/testData/klibABI/removeFunction/");
}
@Test
@TestMetadata("removeProperty")
public void testRemoveProperty() throws Exception {
runTest("compiler/testData/klibABI/removeProperty/");
}
}