Compiler: restore an opportunity to switch light tree mode OFF
#KT-55996 Fixed
This commit is contained in:
committed by
Space Team
parent
5aef179a3d
commit
c8db20bd0b
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user