Rename module ':compiler.tests-common' -> ':compiler:tests-common'

This commit is contained in:
Alexander Udalov
2017-10-16 19:17:32 +02:00
parent ef00807a18
commit c2276e2ccb
117 changed files with 58 additions and 60 deletions
@@ -11,7 +11,7 @@ dependencies {
compile(project(":compiler:cli"))
compile(project(":kotlin-build-common"))
testCompile(commonDep("junit:junit"))
testCompile(project(":compiler.tests-common"))
testCompile(project(":compiler:tests-common"))
testCompile(projectDist(":kotlin-test:kotlin-test-junit"))
testCompile(projectDist(":kotlin-stdlib"))
testCompile(projectTests(":kotlin-build-common"))