From b047d7858073f297a2b1a95694f4090eb3414eef Mon Sep 17 00:00:00 2001 From: Dmitry Petrov Date: Tue, 25 Feb 2020 11:17:01 +0300 Subject: [PATCH] Minor: update testData for IR bytecode text and unmute test --- .../testData/codegen/bytecodeText/controlStructures/kt17110.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compiler/testData/codegen/bytecodeText/controlStructures/kt17110.kt b/compiler/testData/codegen/bytecodeText/controlStructures/kt17110.kt index a174b7eb763..8d2527c6fd4 100644 --- a/compiler/testData/codegen/bytecodeText/controlStructures/kt17110.kt +++ b/compiler/testData/codegen/bytecodeText/controlStructures/kt17110.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR fun test(x: Int, y: Int): String { var result: String if (x == 6) { @@ -24,4 +23,4 @@ fun infiniteLoop() { // JVM_IR_TEMPLATES // 1 GOTO L6 // 1 GOTO L7 -// 1 GOtO L0 \ No newline at end of file +// 1 GOTO L0 \ No newline at end of file