[IR][tests] Add tests for remove-inlined-callable member case

This commit is contained in:
Dmitriy Dolovov
2022-06-07 18:34:17 +03:00
parent 9c1c712057
commit 89a188d199
18 changed files with 86 additions and 0 deletions
@@ -78,6 +78,18 @@ public class KlibABITestGenerated extends AbstractNativeKlibABITest {
runTest("compiler/testData/klibABI/removeFunction/");
}
@Test
@TestMetadata("removeInlinedFunction")
public void testRemoveInlinedFunction() throws Exception {
runTest("compiler/testData/klibABI/removeInlinedFunction/");
}
@Test
@TestMetadata("removeInlinedProperty")
public void testRemoveInlinedProperty() throws Exception {
runTest("compiler/testData/klibABI/removeInlinedProperty/");
}
@Test
@TestMetadata("removeOpenFunction")
public void testRemoveOpenFunction() throws Exception {