diff --git a/idea/tests/org/jetbrains/kotlin/idea/caches/resolve/IdeaModuleInfoTest.kt b/idea/tests/org/jetbrains/kotlin/idea/caches/resolve/IdeaModuleInfoTest.kt index 8115cf90daa..b99f2ddaeec 100644 --- a/idea/tests/org/jetbrains/kotlin/idea/caches/resolve/IdeaModuleInfoTest.kt +++ b/idea/tests/org/jetbrains/kotlin/idea/caches/resolve/IdeaModuleInfoTest.kt @@ -34,7 +34,7 @@ class IdeaModuleInfoTest : ModuleTestCase() { b.addDependency(a) b.production.assertDependenciesEqual(b.production, a.production) - assertDoesntContain(a.production.dependencies(), b.production) + UsefulTestCase.assertDoesntContain(a.production.dependencies(), b.production) } fun testCircularDependency() {