fixup! Allow using 'invokedynamic' for lambdas without 'RUNTIME' annotations
diff --git a/compiler/testData/codegen/bytecodeListing/annotations/kt9320.kt b/compiler/testData/codegen/bytecodeListing/annotations/kt9320.kt
index 885c22e..1534b7c 100644
--- a/compiler/testData/codegen/bytecodeListing/annotations/kt9320.kt
+++ b/compiler/testData/codegen/bytecodeListing/annotations/kt9320.kt
@@ -1,5 +1,4 @@
 // IGNORE_BACKEND_K1: JVM_IR
-// JVM_ABI_K1_K2_DIFF: KT-75944
 annotation class Ann
 
 @Ann open class My
diff --git a/compiler/testData/codegen/bytecodeListing/annotations/literals.kt b/compiler/testData/codegen/bytecodeListing/annotations/literals.kt
index 4d15b5a..1ce80af 100644
--- a/compiler/testData/codegen/bytecodeListing/annotations/literals.kt
+++ b/compiler/testData/codegen/bytecodeListing/annotations/literals.kt
@@ -1,5 +1,4 @@
 // IGNORE_BACKEND_K1: JVM_IR
-// JVM_ABI_K1_K2_DIFF: KT-75944
 @Target(AnnotationTarget.CLASS)
 annotation class ClsAnn