Skip to content

Commit 98102de

Browse files
committed
Fix build
1 parent 1e66c00 commit 98102de

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

kotlinx-coroutines-test/jvm/test/Helpers.kt renamed to kotlinx-coroutines-test/jvm/test/HelpersJvm.kt

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
*/
44
package kotlinx.coroutines.test
55

6-
import kotlinx.coroutines.*
7-
86
actual fun testResultMap(block: (() -> Unit) -> Unit, test: () -> TestResult) {
97
block {
108
test()

kotlinx-coroutines-test/native/test/Helpers.kt

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
*/
44
package kotlinx.coroutines.test
55

6-
import kotlinx.coroutines.*
7-
86
actual fun testResultMap(block: (() -> Unit) -> Unit, test: () -> TestResult) {
97
block {
108
test()

0 commit comments

Comments
 (0)