From 16e7a42aea802abacd12763d1d06461c10f0d27e Mon Sep 17 00:00:00 2001 From: Dmitry Petrov Date: Mon, 18 May 2020 19:55:45 +0300 Subject: [PATCH] JVM: Fix line numbers in test --- .../codegen/box/coroutines/debug/firstSuspensionPoint.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compiler/testData/codegen/box/coroutines/debug/firstSuspensionPoint.kt b/compiler/testData/codegen/box/coroutines/debug/firstSuspensionPoint.kt index bcb6841d8a9..3a77cb4e1ff 100644 --- a/compiler/testData/codegen/box/coroutines/debug/firstSuspensionPoint.kt +++ b/compiler/testData/codegen/box/coroutines/debug/firstSuspensionPoint.kt @@ -1,11 +1,10 @@ -// This test depends on line numbers // IGNORE_BACKEND_FIR: JVM_IR // TARGET_BACKEND: JVM // WITH_RUNTIME // FULL_JDK // WITH_COROUTINES // IGNORE_BACKEND: JVM_IR -package test +package test // NB This test depends on line numbers import helpers.* import kotlin.coroutines.*