Switch coroutine tests to release coroutines

This commit is contained in:
Ilya Gorbunov
2018-09-05 16:05:28 +03:00
parent df9f77909b
commit 2821c357a1
9 changed files with 10 additions and 16 deletions
@@ -6,8 +6,6 @@
package test.coroutines
import kotlin.test.*
import kotlin.coroutines.experimental.buildSequence
import kotlin.coroutines.experimental.buildIterator
class SequenceBuilderTest {
@Test