diff --git a/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/backEdge.kt b/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/backEdge.kt index 6d2d572cb5c..38057f1fa95 100644 --- a/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/backEdge.kt +++ b/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/backEdge.kt @@ -2,7 +2,6 @@ // FULL_JDK // TARGET_BACKEND: JVM_IR // IGNORE_BACKEND: JVM -// IGNORE_BACKEND: ANDROID import kotlin.coroutines.* import kotlin.coroutines.intrinsics.* diff --git a/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/if.kt b/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/if.kt index f5b6c0c7caa..0df3640d240 100644 --- a/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/if.kt +++ b/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/if.kt @@ -2,7 +2,6 @@ // FULL_JDK // TARGET_BACKEND: JVM_IR // IGNORE_BACKEND: JVM -// IGNORE_BACKEND: ANDROID import kotlin.coroutines.* import kotlin.coroutines.intrinsics.* diff --git a/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/nullCleanup.kt b/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/nullCleanup.kt index 41a8a81090d..c170169c100 100644 --- a/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/nullCleanup.kt +++ b/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/nullCleanup.kt @@ -2,7 +2,6 @@ // FULL_JDK // TARGET_BACKEND: JVM_IR // IGNORE_BACKEND: JVM -// IGNORE_BACKEND: ANDROID import kotlin.coroutines.* import kotlin.coroutines.intrinsics.* diff --git a/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/nullNotSpill.kt b/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/nullNotSpill.kt index a4bb4208dbc..e75a7482605 100644 --- a/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/nullNotSpill.kt +++ b/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/nullNotSpill.kt @@ -2,7 +2,6 @@ // FULL_JDK // TARGET_BACKEND: JVM_IR // IGNORE_BACKEND: JVM -// IGNORE_BACKEND: ANDROID import kotlin.coroutines.* import kotlin.coroutines.intrinsics.* diff --git a/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/simple.kt b/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/simple.kt index ff83cde5c2a..ece156fbaf8 100644 --- a/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/simple.kt +++ b/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/simple.kt @@ -2,7 +2,6 @@ // FULL_JDK // TARGET_BACKEND: JVM_IR // IGNORE_BACKEND: JVM -// IGNORE_BACKEND: ANDROID import kotlin.coroutines.* import kotlin.coroutines.intrinsics.* diff --git a/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/twoRefs.kt b/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/twoRefs.kt index ea5689f5fd4..0709e752bf0 100644 --- a/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/twoRefs.kt +++ b/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/twoRefs.kt @@ -2,7 +2,6 @@ // FULL_JDK // TARGET_BACKEND: JVM_IR // IGNORE_BACKEND: JVM -// IGNORE_BACKEND: ANDROID import kotlin.coroutines.* import kotlin.coroutines.intrinsics.* diff --git a/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/unusedParamNotSpill.kt b/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/unusedParamNotSpill.kt index 8d172770279..8648f7469ca 100644 --- a/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/unusedParamNotSpill.kt +++ b/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/unusedParamNotSpill.kt @@ -1,7 +1,6 @@ // WITH_STDLIB // FULL_JDK // TARGET_BACKEND: JVM_IR -// IGNORE_BACKEND: ANDROID import kotlin.coroutines.* import kotlin.coroutines.intrinsics.* diff --git a/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/when.kt b/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/when.kt index b1fa6acaade..ffcd6692b0e 100644 --- a/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/when.kt +++ b/compiler/testData/codegen/box/coroutines/varSpilling/debugMode/when.kt @@ -2,7 +2,6 @@ // FULL_JDK // TARGET_BACKEND: JVM_IR // IGNORE_BACKEND: JVM -// IGNORE_BACKEND: ANDROID import kotlin.coroutines.* import kotlin.coroutines.intrinsics.*