JS: enabled codegen box tests for release coroutines

This commit is contained in:
Anton Bannykh
2018-07-11 17:57:28 +03:00
parent 99ac43eb84
commit 0579b52d6b
9 changed files with 1175 additions and 53 deletions
@@ -54,7 +54,7 @@ fun createCommonCoroutinesTestMethodModels(
targetBackend: TargetBackend,
skipIgnored: Boolean
): Collection<MethodModel> {
return if (targetBackend == TargetBackend.JS || targetBackend == TargetBackend.JS_IR)
return if (targetBackend == TargetBackend.JS_IR)
listOf(
CoroutinesTestModel(
rootDir,