[IR][tests] Add tests for remove-inlined-callable member case
This commit is contained in:
Generated
+12
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user