From d1e4e6cc2eaca6eb1f28c8620d4e8a709d7fb89b Mon Sep 17 00:00:00 2001 From: Mikhail Glukhikh Date: Mon, 18 Sep 2023 18:04:57 +0200 Subject: [PATCH] LV 2.0: drop wrong comment on testRawTypes (KT-62043) --- .../compiler/AbstractCompileKotlinAgainstCustomBinariesTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/tests/org/jetbrains/kotlin/jvm/compiler/AbstractCompileKotlinAgainstCustomBinariesTest.kt b/compiler/tests/org/jetbrains/kotlin/jvm/compiler/AbstractCompileKotlinAgainstCustomBinariesTest.kt index cd2760df91b..e7a09cb9ecb 100644 --- a/compiler/tests/org/jetbrains/kotlin/jvm/compiler/AbstractCompileKotlinAgainstCustomBinariesTest.kt +++ b/compiler/tests/org/jetbrains/kotlin/jvm/compiler/AbstractCompileKotlinAgainstCustomBinariesTest.kt @@ -130,7 +130,7 @@ abstract class AbstractCompileKotlinAgainstCustomBinariesTest : AbstractKotlinCo // ------------------------------------------------------------------------------ - // Fixed in the LV2.0 branch. + // KT-62043 fun testRawTypes() = muteForK2 { compileKotlin("main.kt", tmpdir, listOf(compileLibrary("library"))) }