Skip to content

Commit

Permalink
Remove ignored test and its obsolete dependency with ASM 5.0 (#3140)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwwdfsad committed Jan 17, 2022
1 parent a3f2491 commit ce02a3f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 95 deletions.
1 change: 0 additions & 1 deletion kotlinx-coroutines-core/build.gradle
Expand Up @@ -185,7 +185,6 @@ kotlin.sourceSets {
jvmTest.dependencies {
api "org.jetbrains.kotlinx:lincheck:$lincheck_version"
api "org.jetbrains.kotlinx:kotlinx-knit-test:$knit_version"
api "com.esotericsoftware:kryo:4.0.0"
implementation project(":android-unit-tests")
}
}
Expand Down
94 changes: 0 additions & 94 deletions kotlinx-coroutines-core/jvm/test/ContinuationSerializationTest.kt

This file was deleted.

0 comments on commit ce02a3f

Please sign in to comment.