Compiler: restore an opportunity to switch light tree mode OFF

#KT-55996 Fixed
This commit is contained in:
Mikhail Glukhikh
2023-01-18 09:16:35 +01:00
committed by Space Team
parent 5aef179a3d
commit c8db20bd0b
7 changed files with 40 additions and 1 deletions
@@ -462,6 +462,16 @@ public class CliTestGenerated extends AbstractCliTest {
runTest("compiler/testData/cli/jvm/firHello20WithOldLV.args");
}
@TestMetadata("firLightTreeOff.args")
public void testFirLightTreeOff() throws Exception {
runTest("compiler/testData/cli/jvm/firLightTreeOff.args");
}
@TestMetadata("firLightTreeOn.args")
public void testFirLightTreeOn() throws Exception {
runTest("compiler/testData/cli/jvm/firLightTreeOn.args");
}
@TestMetadata("firMultiplatformCompilationWithError.args")
public void testFirMultiplatformCompilationWithError() throws Exception {
runTest("compiler/testData/cli/jvm/firMultiplatformCompilationWithError.args");