[IR][tests] Add tests for removal-of-typealias case

This commit is contained in:
Dmitriy Dolovov
2022-06-07 00:27:38 +03:00
parent 89a188d199
commit 7b5e33b6ca
10 changed files with 55 additions and 0 deletions
@@ -107,4 +107,10 @@ public class KlibABITestGenerated extends AbstractNativeKlibABITest {
public void testRemoveProperty() throws Exception {
runTest("compiler/testData/klibABI/removeProperty/");
}
@Test
@TestMetadata("typeAliasRHSTypeChange")
public void testTypeAliasRHSTypeChange() throws Exception {
runTest("compiler/testData/klibABI/typeAliasRHSTypeChange/");
}
}