[ObjCExport] ObjCDependenciesTypesTest.test - arrayList: Remove TodoAnalysisApi

This test is now expected to pass successfully and was
introduced in one MR (muted), but fixed at the same time
in another MR
This commit is contained in:
Sebastian Sellmair
2024-02-13 08:25:59 +01:00
committed by Space Team
parent 4e62400f6f
commit ef232ebec7
@@ -44,11 +44,7 @@ class ObjCDependenciesTypesTest(
doTest(dependenciesDir.resolve("array"))
}
/**
* Fails because of KT-65709
*/
@Test
@TodoAnalysisApi
fun `test - arrayList`() {
doTest(dependenciesDir.resolve("arrayList"))
}