Skip to content

Commit 8fecc20

Browse files
committed
Added missing package statements to tests
1 parent d01f926 commit 8fecc20

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

core/kotlinx-coroutines-core/test/IODispatcherTest.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
* Copyright 2016-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
33
*/
44

5-
import kotlinx.coroutines.experimental.*
5+
package kotlinx.coroutines.experimental
6+
67
import org.junit.Test
78
import kotlin.test.*
89

core/kotlinx-coroutines-core/test/WithTimeoutJvmTest.kt

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
* Copyright 2016-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
33
*/
44

5-
import kotlinx.coroutines.experimental.*
5+
package kotlinx.coroutines.experimental
6+
67
import kotlinx.coroutines.experimental.exceptions.*
78
import java.io.*
89
import kotlin.test.*

0 commit comments

Comments
 (0)