[JS IR] switch to the IC Ir2Js and fix tests

This commit is contained in:
Anton Bannykh
2021-11-24 18:35:59 +03:00
committed by TeamCityServer
parent 4386a800c8
commit ef4ef8c930
7 changed files with 32 additions and 32 deletions
@@ -57,7 +57,7 @@ abstract class AbstractJsIrTest(
if (getBoolean("kotlin.js.ir.klibMainModule")) +JsEnvironmentConfigurationDirectives.KLIB_MAIN_MODULE
if (getBoolean("kotlin.js.ir.perModule")) +JsEnvironmentConfigurationDirectives.PER_MODULE
if (getBoolean("kotlin.js.ir.dce", true)) +JsEnvironmentConfigurationDirectives.RUN_IR_DCE
if (getBoolean("kotlin.js.ir.newIr2Js", false)) +JsEnvironmentConfigurationDirectives.RUN_NEW_IR_2_JS
if (getBoolean("kotlin.js.ir.newIr2Js", true)) +JsEnvironmentConfigurationDirectives.RUN_NEW_IR_2_JS
-JsEnvironmentConfigurationDirectives.GENERATE_NODE_JS_RUNNER
}