Fix compilation error in tests

(cherry picked from commit ea5b532)
This commit is contained in:
Natalia Ukhorskaya
2015-07-22 16:25:52 +03:00
parent 71bf9b1b30
commit 728290f99e
@@ -34,7 +34,7 @@ class IdeaModuleInfoTest : ModuleTestCase() {
b.addDependency(a) b.addDependency(a)
b.production.assertDependenciesEqual(b.production, a.production) b.production.assertDependenciesEqual(b.production, a.production)
assertDoesntContain(a.production.dependencies(), b.production) UsefulTestCase.assertDoesntContain(a.production.dependencies(), b.production)
} }
fun testCircularDependency() { fun testCircularDependency() {