Remove dependency on kotlin-test in IC test
KT-8487
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
package test
|
package test
|
||||||
|
|
||||||
fun a(ref: kotlin.test.Asserter) {
|
fun a(ref: List<String>) {
|
||||||
b(ref)
|
b(ref)
|
||||||
println(":)")
|
println(":)")
|
||||||
}
|
}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
package test
|
package test
|
||||||
|
|
||||||
fun b(ref: kotlin.test.Asserter) {
|
fun b(ref: List<String>) {
|
||||||
a(ref)
|
a(ref)
|
||||||
println(":)")
|
println(":)")
|
||||||
}
|
}
|
||||||
-1
@@ -34,5 +34,4 @@ repositories {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'org.jetbrains.kotlin:kotlin-stdlib:0.1-SNAPSHOT'
|
compile 'org.jetbrains.kotlin:kotlin-stdlib:0.1-SNAPSHOT'
|
||||||
compile 'org.jetbrains.kotlin:kotlin-test:0.1-SNAPSHOT'
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user