Skip to content

Commit 3512ed6

Browse files
author
Sergey Mashkov
committed
IO: merge non-atomic flush operation with write in linearizability test
this is required to not fail in this test as lin-check doesn't support coroutines
1 parent 54a2890 commit 3512ed6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

core/kotlinx-coroutines-io/src/test/kotlin/kotlinx/coroutines/experimental/io/ByteChannelJoinNoAutoFlushLinearizabilityTest.kt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ class ByteChannelJoinNoAutoFlushLinearizabilityTest {
3232
@Operation(runOnce = true, group = "write")
3333
fun write() = lr.run("write") {
3434
from.writeLong(0x1122334455667788L)
35-
}
36-
37-
@Operation(group = "write")
38-
fun flush() = lr.run("flush") {
3935
from.flush()
4036
}
4137

0 commit comments

Comments
 (0)