Skip to content

Commit e1a51ee

Browse files
committed
Eliminate tail-call optimization in CancellableContinuationJvmTest
1 parent 3258e1f commit e1a51ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kotlinx-coroutines-core/jvm/test/CancellableContinuationJvmTest.kt

+1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ class CancellableContinuationJvmTest : TestBase() {
1818
it.resume(Unit)
1919
assertTrue(it.toString().contains("kotlinx.coroutines.CancellableContinuationJvmTest.checkToString(CancellableContinuationJvmTest.kt"))
2020
}
21+
suspend {}() // Eliminate tail-call optimization
2122
}
2223
}

0 commit comments

Comments
 (0)