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