Skip to content

Commit 67dd0c8

Browse files
committed
~fixup
1 parent d9fe422 commit 67dd0c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlinx-coroutines-core/jvm/test/channels/BroadcastChannelMultiReceiveStressTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,6 @@ class BroadcastChannelMultiReceiveStressTest(
161161
@Suppress("UNUSED_PARAMETER")
162162
private fun println(debugMessage: String) {
163163
// Uncomment for local debugging
164-
// kotlin.io.println(debugMessage)
164+
//println(debugMessage as Any?)
165165
}
166166
}

0 commit comments

Comments
 (0)