From 569e72c34e432f533c44a442eebabdc0d06f861d Mon Sep 17 00:00:00 2001 From: Ilmir Usmanov Date: Wed, 21 Sep 2022 00:44:05 +0200 Subject: [PATCH] Minor. Do not check for specific bytecode in test --- .../box/inlineClasses/implicitCastToNonValueClassType.kt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/compiler/testData/codegen/box/inlineClasses/implicitCastToNonValueClassType.kt b/compiler/testData/codegen/box/inlineClasses/implicitCastToNonValueClassType.kt index f35c2fc9d6f..5dd9e90628b 100644 --- a/compiler/testData/codegen/box/inlineClasses/implicitCastToNonValueClassType.kt +++ b/compiler/testData/codegen/box/inlineClasses/implicitCastToNonValueClassType.kt @@ -13,7 +13,3 @@ fun box(): String { } fun func(para: Int) {} - -// CHECK_BYTECODE_TEXT -// 1 CHECKCAST java/lang/Integer -// 1 L2I \ No newline at end of file