Pill: Remove source dependencies to 'tests-common'

'tests-common' module does only have a test source set so the dependency is redundant.
This commit is contained in:
Yan Zhulanow
2018-08-06 13:09:50 +03:00
parent 09766ae2ae
commit 54470fe2b7
18 changed files with 0 additions and 19 deletions
@@ -18,7 +18,6 @@ dependencies {
testCompile(project(":compiler:backend"))
testCompile(project(":compiler:cli"))
testCompile(project(":compiler:tests-common"))
testCompile(projectTests(":compiler:tests-common"))
testCompile(commonDep("junit:junit"))
}