From 9334327bbf2a16fbd6da1f8ce00e693275bb3dc3 Mon Sep 17 00:00:00 2001 From: pyos Date: Tue, 7 Apr 2020 17:55:36 +0200 Subject: [PATCH] JVM_IR: unmute two more tests fixed by #3106 --- .../codegen/boxInline/smap/defaultFunctionWithInlineCall.kt | 2 +- compiler/testData/lineNumber/custom/functionCallWithDefault.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/testData/codegen/boxInline/smap/defaultFunctionWithInlineCall.kt b/compiler/testData/codegen/boxInline/smap/defaultFunctionWithInlineCall.kt index a0847134ac9..a9f655ae4d2 100644 --- a/compiler/testData/codegen/boxInline/smap/defaultFunctionWithInlineCall.kt +++ b/compiler/testData/codegen/boxInline/smap/defaultFunctionWithInlineCall.kt @@ -1,6 +1,6 @@ // FILE: 1.kt -// IGNORE_BACKEND_MULTI_MODULE: JVM_IR package test + inline fun inlineFun2(param: String): String { return param } diff --git a/compiler/testData/lineNumber/custom/functionCallWithDefault.kt b/compiler/testData/lineNumber/custom/functionCallWithDefault.kt index 8fb49ba3e1c..8cdcb1108f8 100644 --- a/compiler/testData/lineNumber/custom/functionCallWithDefault.kt +++ b/compiler/testData/lineNumber/custom/functionCallWithDefault.kt @@ -8,5 +8,5 @@ fun foo(i: Int = 1) { inline fun bar(i: Int = 1) { } -// IGNORE_BACKEND: JVM_IR + // 2 3 13 14 4 7 6 10 9 10 \ No newline at end of file