[TEST] Update testdata due to dropped COMMON_COROUTINE_TEST directive

This commit is contained in:
Dmitriy Novozhilov
2020-12-01 17:59:29 +03:00
committed by TeamCityServer
parent aacf934b49
commit b416c669b0
431 changed files with 999 additions and 2140 deletions
@@ -1,5 +1,4 @@
// FILE: inlined.kt
// COMMON_COROUTINES_TEST
// WITH_RUNTIME
// WITH_COROUTINES
// NO_CHECK_LAMBDA_INLINING
@@ -26,9 +25,7 @@ suspend inline fun crossinlineMe(crossinline c1: suspend () -> Unit, crossinline
}
// FILE: inlineSite.kt
// COMMON_COROUTINES_TEST
import COROUTINES_PACKAGE.*
import kotlin.coroutines.*
import helpers.*
fun builder(c: suspend () -> Unit) {
@@ -49,4 +46,4 @@ fun box(): String {
StateMachineChecker.check(numberOfSuspensions = 2)
if (j != 2) return "FAIL j != 2 $j"
return "OK"
}
}