aboutsummaryrefslogtreecommitdiff
path: root/kotlinx-coroutines-core/common/test/channels/ConsumeTest.kt
diff options
context:
space:
mode:
Diffstat (limited to 'kotlinx-coroutines-core/common/test/channels/ConsumeTest.kt')
-rw-r--r--kotlinx-coroutines-core/common/test/channels/ConsumeTest.kt1
1 files changed, 0 insertions, 1 deletions
diff --git a/kotlinx-coroutines-core/common/test/channels/ConsumeTest.kt b/kotlinx-coroutines-core/common/test/channels/ConsumeTest.kt
index 4b04185f..34052936 100644
--- a/kotlinx-coroutines-core/common/test/channels/ConsumeTest.kt
+++ b/kotlinx-coroutines-core/common/test/channels/ConsumeTest.kt
@@ -91,7 +91,6 @@ class ConsumeTest: TestBase() {
}
/** Check that [BroadcastChannel.consume] does not suffer from KT-58685 */
- @OptIn(ObsoleteCoroutinesApi::class)
@Suppress("DEPRECATION", "DEPRECATION_ERROR")
@Test
fun testBroadcastChannelConsumeJsMiscompilation() = runTest {