From 7536da788c256ec9002fd10f37b0009a750e7d73 Mon Sep 17 00:00:00 2001 From: Ilmir Usmanov Date: Tue, 30 Jun 2020 13:53:13 +0200 Subject: [PATCH] Minor. Update test --- .../codegen/box/coroutines/varSpilling/fakeInlinerVariables.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/testData/codegen/box/coroutines/varSpilling/fakeInlinerVariables.kt b/compiler/testData/codegen/box/coroutines/varSpilling/fakeInlinerVariables.kt index 3309e1d8943..4fd4fdf0eaf 100644 --- a/compiler/testData/codegen/box/coroutines/varSpilling/fakeInlinerVariables.kt +++ b/compiler/testData/codegen/box/coroutines/varSpilling/fakeInlinerVariables.kt @@ -1,4 +1,5 @@ // IGNORE_BACKEND_FIR: JVM_IR +// KJS_WITH_FULL_RUNTIME // WITH_RUNTIME // WITH_COROUTINES import kotlin.coroutines.*