diff --git a/compiler/testData/codegen/box/coroutines/stopAfter.kt b/compiler/testData/codegen/box/coroutines/stopAfter.kt index 1737d52435a..e19086c923a 100644 --- a/compiler/testData/codegen/box/coroutines/stopAfter.kt +++ b/compiler/testData/codegen/box/coroutines/stopAfter.kt @@ -1,5 +1,6 @@ // IGNORE_BACKEND_FIR: JVM_IR // WITH_RUNTIME +// KJS_WITH_FULL_RUNTIME /** * _Example_