From ef5fcb4e9e56a0e50bab74c6ebf8249416c24e75 Mon Sep 17 00:00:00 2001 From: Ilmir Usmanov Date: Fri, 23 Aug 2019 17:09:32 +0300 Subject: [PATCH] Fix test data --- .../box/coroutines/varSpilling/refinedIntTypesAnalysis.kt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/compiler/testData/codegen/box/coroutines/varSpilling/refinedIntTypesAnalysis.kt b/compiler/testData/codegen/box/coroutines/varSpilling/refinedIntTypesAnalysis.kt index 4afd452fac4..d58121a0088 100644 --- a/compiler/testData/codegen/box/coroutines/varSpilling/refinedIntTypesAnalysis.kt +++ b/compiler/testData/codegen/box/coroutines/varSpilling/refinedIntTypesAnalysis.kt @@ -1,8 +1,4 @@ -// IGNORE_BACKEND: JVM_IR // WITH_RUNTIME -// FULL_JDK - -import java.nio.ByteBuffer class Test { suspend fun discardSuspend(discarded0: Long, max: Long) {