Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
dkhalanskyjb committed Oct 15, 2021
1 parent 1e66c00 commit 98102de
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Expand Up @@ -3,8 +3,6 @@
*/
package kotlinx.coroutines.test

import kotlinx.coroutines.*

actual fun testResultMap(block: (() -> Unit) -> Unit, test: () -> TestResult) {
block {
test()
Expand Down
2 changes: 0 additions & 2 deletions kotlinx-coroutines-test/native/test/Helpers.kt
Expand Up @@ -3,8 +3,6 @@
*/
package kotlinx.coroutines.test

import kotlinx.coroutines.*

actual fun testResultMap(block: (() -> Unit) -> Unit, test: () -> TestResult) {
block {
test()
Expand Down

0 comments on commit 98102de

Please sign in to comment.