From e05c151a7341302a8362cbad3953b584e9ce2967 Mon Sep 17 00:00:00 2001 From: pyos Date: Wed, 3 Apr 2019 12:34:49 +0200 Subject: [PATCH] Remove explicit mention of an internal name from a test --- .../bytecodeText/sam/samWrapperForNullInitialization.kt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/compiler/testData/codegen/bytecodeText/sam/samWrapperForNullInitialization.kt b/compiler/testData/codegen/bytecodeText/sam/samWrapperForNullInitialization.kt index 999c17a6fc0..c369f8b779d 100644 --- a/compiler/testData/codegen/bytecodeText/sam/samWrapperForNullInitialization.kt +++ b/compiler/testData/codegen/bytecodeText/sam/samWrapperForNullInitialization.kt @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR // FILE: JFoo.java import org.jetbrains.annotations.Nullable; @@ -17,10 +16,9 @@ fun test() { } // @TestKt.class: -// 1 NEW TestKt\$test\$1 +// 1 NEW TestKt\$ // 1 NEW kotlin/jvm/internal/Ref\$IntRef // 2 NEW -// 1 INVOKESPECIAL TestKt\$test\$1. // 0 IFNONNULL // 0 IFNULL // 1 ACONST_NULL