[IR] Implement IR actualizer and use it for K2 test and CLI scenario
Implement calculateExpectActualMap for Fir2IrComponents ^KT-51753 Fixed
This commit is contained in:
committed by
Space Team
parent
15ad9d134c
commit
8936220876
@@ -452,6 +452,11 @@ public class CliTestGenerated extends AbstractCliTest {
|
||||
runTest("compiler/testData/cli/jvm/firMultiplatformCompilationWithError.args");
|
||||
}
|
||||
|
||||
@TestMetadata("firMultiplatformCompilationWithLightTreeWithoutErrors.args")
|
||||
public void testFirMultiplatformCompilationWithLightTreeWithoutErrors() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/firMultiplatformCompilationWithLightTreeWithoutErrors.args");
|
||||
}
|
||||
|
||||
@TestMetadata("firMultiplatformCompilationWithoutErrors.args")
|
||||
public void testFirMultiplatformCompilationWithoutErrors() throws Exception {
|
||||
runTest("compiler/testData/cli/jvm/firMultiplatformCompilationWithoutErrors.args");
|
||||
|
||||
Reference in New Issue
Block a user