Skip to content

Commit

Permalink
Update Kotlin to 1.6.20 (Kotlin#3235)
Browse files Browse the repository at this point in the history
  • Loading branch information
qwwdfsad authored and pablobaxter committed Sep 14, 2022
1 parent 3bd6516 commit 81f4dad
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 41 deletions.
Expand Up @@ -25,7 +25,6 @@ abstract class ParametrizedDispatcherBase : CoroutineScope {
private var closeable: Closeable? = null

@Setup
@UseExperimental(InternalCoroutinesApi::class)
open fun setup() {
coroutineContext = when {
dispatcher == "fjp" -> ForkJoinPool.commonPool().asCoroutineDispatcher()
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -5,7 +5,7 @@
# Kotlin
version=1.6.1-SNAPSHOT
group=org.jetbrains.kotlinx
kotlin_version=1.6.0
kotlin_version=1.6.20

# Dependencies
junit_version=4.12
Expand Down
2 changes: 1 addition & 1 deletion kotlinx-coroutines-core/jvm/test/DispatcherKeyTest.kt
Expand Up @@ -8,7 +8,7 @@ import org.junit.Test
import kotlin.coroutines.*
import kotlin.test.*

@UseExperimental(ExperimentalStdlibApi::class)
@OptIn(ExperimentalStdlibApi::class)
class DispatcherKeyTest : TestBase() {

companion object CustomInterceptor : AbstractCoroutineContextElement(ContinuationInterceptor),
Expand Down
1 change: 0 additions & 1 deletion kotlinx-coroutines-test/common/test/TestDispatchersTest.kt
Expand Up @@ -23,7 +23,6 @@ class TestDispatchersTest: OrderedExecutionTestBase() {

/** Tests that asynchronous execution of tests does not happen concurrently with [AfterTest]. */
@Test
@NoJs
fun testMainMocking() = runTest {
val mainAtStart = TestMainDispatcher.currentTestDispatcher
assertNotNull(mainAtStart)
Expand Down
37 changes: 0 additions & 37 deletions kotlinx-coroutines-test/js/test/FailingTests.kt

This file was deleted.

0 comments on commit 81f4dad

Please sign in to comment.