From daa302e2336750e0e5f6f917c9fa848872667ffa Mon Sep 17 00:00:00 2001 From: Igor Chevdar Date: Wed, 17 May 2017 13:56:23 +0300 Subject: [PATCH] Enabled some tests on coroutines --- .../codegen/box/coroutines/featureIntersection/tailrec.kt | 1 - .../startCoroutineUninterceptedOrReturnInterception.kt | 1 - 2 files changed, 2 deletions(-) diff --git a/backend.native/tests/external/codegen/box/coroutines/featureIntersection/tailrec.kt b/backend.native/tests/external/codegen/box/coroutines/featureIntersection/tailrec.kt index 7123da47133..fcc0cf8bf29 100644 --- a/backend.native/tests/external/codegen/box/coroutines/featureIntersection/tailrec.kt +++ b/backend.native/tests/external/codegen/box/coroutines/featureIntersection/tailrec.kt @@ -1,6 +1,5 @@ // WITH_RUNTIME // WITH_COROUTINES -// IGNORE_BACKEND: NATIVE import helpers.* import kotlin.coroutines.experimental.* import kotlin.coroutines.experimental.intrinsics.* diff --git a/backend.native/tests/external/codegen/box/coroutines/intrinsicSemantics/startCoroutineUninterceptedOrReturnInterception.kt b/backend.native/tests/external/codegen/box/coroutines/intrinsicSemantics/startCoroutineUninterceptedOrReturnInterception.kt index 6fcb2a1f7a2..680af4e20cf 100644 --- a/backend.native/tests/external/codegen/box/coroutines/intrinsicSemantics/startCoroutineUninterceptedOrReturnInterception.kt +++ b/backend.native/tests/external/codegen/box/coroutines/intrinsicSemantics/startCoroutineUninterceptedOrReturnInterception.kt @@ -1,6 +1,5 @@ // WITH_RUNTIME // WITH_COROUTINES -// IGNORE_BACKEND: NATIVE import helpers.* import kotlin.coroutines.experimental.* import kotlin.coroutines.experimental.intrinsics.*