Move compiler/tests-common-jvm6/{src -> tests}, adjust dependencies

This commit is contained in:
Alexander Udalov
2017-10-17 15:02:01 +02:00
parent 33549362cb
commit 8786c951a6
7 changed files with 19 additions and 15 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ dependencies {
testCompile(project(":js:js.translator"))
testCompileOnly(project(":plugins:android-extensions-compiler"))
testCompile(project(":kotlin-test:kotlin-test-jvm"))
testCompile(project(":compiler:tests-common-jvm6"))
testCompile(projectTests(":compiler:tests-common-jvm6"))
testCompile(commonDep("junit:junit"))
testCompile(ideaSdkCoreDeps("intellij-core"))
testCompile(ideaSdkDeps("openapi", "idea", "idea_rt"))