[TEST] Update testdata due to dropped COMMON_COROUTINE_TEST directive
This commit is contained in:
committed by
TeamCityServer
parent
aacf934b49
commit
b416c669b0
+2
-4
@@ -2,10 +2,8 @@
|
||||
// WITH_RUNTIME
|
||||
// KJS_WITH_FULL_RUNTIME
|
||||
// WITH_COROUTINES
|
||||
// COMMON_COROUTINES_TEST
|
||||
|
||||
import kotlin.contracts.*
|
||||
import COROUTINES_PACKAGE.*
|
||||
import kotlin.coroutines.*
|
||||
import helpers.*
|
||||
|
||||
@ExperimentalContracts
|
||||
@@ -31,4 +29,4 @@ val z: S = S.Z()
|
||||
@ExperimentalContracts
|
||||
fun box(): String = when (val w = z) {
|
||||
is S.Z -> runBlocking { w.f() }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user