Skip to content

Commit df80002

Browse files
committed
Fixed package directive in CommonPoolTest
1 parent 6d24aab commit df80002

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
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.*
78
import org.junit.Assert.*
89
import java.lang.reflect.*

0 commit comments

Comments
 (0)