Minor merge cleanup: remove unused variable

This commit is contained in:
Ilya Gorbunov
2018-05-14 18:24:31 +03:00
parent 864f0fecf6
commit 1d0d801744
@@ -10,8 +10,6 @@ ext.jvmTarget = "1.8"
project.ext["jpsLibraryPath"] = rootProject.distLibDir
def junit5Version = "5.2.0"
dependencies {
expectedBy project(':kotlin-test:kotlin-test-annotations-common')
compile project(':kotlin-test:kotlin-test-jvm')