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