From aa9ce7b2e92d2f625c52da650ebf39c05182feb2 Mon Sep 17 00:00:00 2001 From: Ilmir Usmanov Date: Tue, 19 Feb 2019 18:09:01 +0300 Subject: [PATCH] Minor. Update test data --- .../coroutines/debug/localVariableCorrectLabel.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/testData/codegen/bytecodeText/coroutines/debug/localVariableCorrectLabel.kt b/compiler/testData/codegen/bytecodeText/coroutines/debug/localVariableCorrectLabel.kt index ae44d2b3ac6..e7d05f269bf 100644 --- a/compiler/testData/codegen/bytecodeText/coroutines/debug/localVariableCorrectLabel.kt +++ b/compiler/testData/codegen/bytecodeText/coroutines/debug/localVariableCorrectLabel.kt @@ -14,8 +14,8 @@ fun main(args: Array) { @BuilderInference suspend fun SequenceScope.awaitSeq(): Int = 42 -// 1 LOCALVARIABLE a I L19 L.* 3 -// 1 LINENUMBER 8 L19 +// 1 LOCALVARIABLE a I L16 L.* 3 +// 1 LINENUMBER 8 L16 // Adding ignore flags below the test since the test relies on line numbers. // IGNORE_BACKEND: JVM_IR