Remove dependency on kotlin-test in IC test

KT-8487
This commit is contained in:
Alexey Tsvetkov
2016-03-02 16:27:58 +03:00
parent f3079a3b75
commit 4f2f0f0a60
3 changed files with 2 additions and 3 deletions
@@ -34,5 +34,4 @@ repositories {
dependencies {
compile 'org.jetbrains.kotlin:kotlin-stdlib:0.1-SNAPSHOT'
compile 'org.jetbrains.kotlin:kotlin-test:0.1-SNAPSHOT'
}