Minor. Update tests to support them on Android

This commit is contained in:
Mikhael Bogdanov
2020-02-27 09:30:55 +01:00
parent 8a8536f8ae
commit a9e03937a3
8 changed files with 23 additions and 16 deletions
@@ -3,7 +3,7 @@
// WITH_RUNTIME
// WITH_COROUTINES
// FULL_JDK
package test
import helpers.*
import kotlin.coroutines.*
import kotlin.coroutines.intrinsics.*
@@ -3,10 +3,10 @@
// WITH_RUNTIME
// WITH_COROUTINES
// FULL_JDK
package test
import helpers.*
import kotlin.coroutines.*
import kotlin.coroutines.intrinsics.*
fun builder(c: suspend () -> Unit) {
c.startCoroutine(EmptyContinuation)
}
@@ -3,10 +3,10 @@
// WITH_RUNTIME
// WITH_COROUTINES
// FULL_JDK
package test
import helpers.*
import kotlin.coroutines.*
import kotlin.coroutines.intrinsics.*
fun builder(c: suspend () -> Unit) {
c.startCoroutine(EmptyContinuation)
}