JS_IR: add common codegen box tests (same as for old backend)
This commit is contained in:
@@ -72,7 +72,7 @@ fun createCommonCoroutinesTestMethodModels(
|
||||
targetBackend: TargetBackend,
|
||||
skipIgnored: Boolean
|
||||
): Collection<MethodModel> {
|
||||
return if (targetBackend == TargetBackend.JS)
|
||||
return if (targetBackend == TargetBackend.JS || targetBackend == TargetBackend.JS_IR)
|
||||
listOf(
|
||||
CoroutinesTestModel(
|
||||
rootDir,
|
||||
|
||||
Reference in New Issue
Block a user