From 6a1c210cd194ae545a80136933561bf7672728fc Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Wed, 25 Oct 2023 11:01:35 +0200 Subject: [PATCH] Minor, remove obsolete mention of issue in previously muted test The test was fixed for K2 in 365ce2a6a5. --- .../compiler/AbstractCompileKotlinAgainstCustomBinariesTest.kt | 1 - 1 file changed, 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 0e9dd7a6de3..13291f18219 100644 --- a/compiler/tests/org/jetbrains/kotlin/jvm/compiler/AbstractCompileKotlinAgainstCustomBinariesTest.kt +++ b/compiler/tests/org/jetbrains/kotlin/jvm/compiler/AbstractCompileKotlinAgainstCustomBinariesTest.kt @@ -178,7 +178,6 @@ abstract class AbstractCompileKotlinAgainstCustomBinariesTest : AbstractKotlinCo doTestBrokenLibrary("library", "test/Super.class") } - // KT-60778 K2: implement MISSING_DEPENDENCY_CLASS(_SUPERCLASS) errors fun testIncompleteHierarchyWithExtendedCompilerChecks() { doTestBrokenLibrary( "library",