Move helpers for coroutine tests in separate package

It will help to skip their content when rendering bytecode listing
for box tests
This commit is contained in:
Denis Zharkov
2017-05-03 11:35:09 +03:00
parent 035fcc2424
commit d92c403f9e
141 changed files with 155 additions and 9 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
// WITH_RUNTIME
// WITH_COROUTINES
import helpers.*
// TREAT_AS_ONE_FILE
import kotlin.coroutines.experimental.*
import kotlin.coroutines.experimental.intrinsics.*
@@ -21,6 +22,6 @@ fun box(): String {
}
// 2 GETSTATIC kotlin/Unit.INSTANCE
// 1 GETSTATIC EmptyContinuation.Companion
// 1 GETSTATIC helpers/EmptyContinuation.Companion
// 3 GETSTATIC kotlin\/coroutines\/experimental\/EmptyCoroutineContext.INSTANCE
// 6 GETSTATIC