diff --git a/compiler/testData/codegen/box/coroutines/varSpilling/lvtWithInlineOnly.kt b/compiler/testData/codegen/box/coroutines/varSpilling/lvtWithInlineOnly.kt index f8da86f0abf..cad74745b06 100644 --- a/compiler/testData/codegen/box/coroutines/varSpilling/lvtWithInlineOnly.kt +++ b/compiler/testData/codegen/box/coroutines/varSpilling/lvtWithInlineOnly.kt @@ -1,5 +1,6 @@ // WITH_RUNTIME // FULL_JDK +// IGNORE_BACKEND: JS_IR import kotlin.coroutines.*