From d2f537ede505d8f2329fb2b63a2d182c526bb848 Mon Sep 17 00:00:00 2001 From: Zalim Bashorov Date: Tue, 1 Aug 2023 20:12:40 +0200 Subject: [PATCH] [JVM] Mute `nestedCallsWithGenericToInt` for IR inliner tests --- .../codegen/boxInline/complex/nestedCallsWithGenericToInt.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler/testData/codegen/boxInline/complex/nestedCallsWithGenericToInt.kt b/compiler/testData/codegen/boxInline/complex/nestedCallsWithGenericToInt.kt index 95ef3bd5986..6f3e8fced2a 100644 --- a/compiler/testData/codegen/boxInline/complex/nestedCallsWithGenericToInt.kt +++ b/compiler/testData/codegen/boxInline/complex/nestedCallsWithGenericToInt.kt @@ -1,3 +1,5 @@ +// IGNORE_INLINER: IR + // FILE: 1.kt package foo