LV 2.0: drop wrong comment on testRawTypes (KT-62043)

This commit is contained in:
Mikhail Glukhikh
2023-09-18 18:04:57 +02:00
committed by Space Team
parent 02961b7712
commit d1e4e6cc2e
@@ -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")))
}