From b5dd86455666b2288465511c3de6381a95d433ae Mon Sep 17 00:00:00 2001 From: Alexander Nozik Date: Tue, 12 Feb 2019 14:17:14 +0300 Subject: [PATCH] Fixed ring buffer test --- .../kotlin/scientifik.kmath.sequential}/RingBufferTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename kmath-sequential/src/{commonTest/kotlin/scientifik/kmath/sequential => jvmTest/kotlin/scientifik.kmath.sequential}/RingBufferTest.kt (90%) diff --git a/kmath-sequential/src/commonTest/kotlin/scientifik/kmath/sequential/RingBufferTest.kt b/kmath-sequential/src/jvmTest/kotlin/scientifik.kmath.sequential/RingBufferTest.kt similarity index 90% rename from kmath-sequential/src/commonTest/kotlin/scientifik/kmath/sequential/RingBufferTest.kt rename to kmath-sequential/src/jvmTest/kotlin/scientifik.kmath.sequential/RingBufferTest.kt index e2bb18280..c8f84e7d8 100644 --- a/kmath-sequential/src/commonTest/kotlin/scientifik/kmath/sequential/RingBufferTest.kt +++ b/kmath-sequential/src/jvmTest/kotlin/scientifik.kmath.sequential/RingBufferTest.kt @@ -1,7 +1,7 @@ package scientifik.kmath.sequential +import kotlinx.coroutines.runBlocking import scientifik.kmath.structures.asSequence -import scientifik.kmath.structures.runBlocking import kotlin.test.Test import kotlin.test.assertEquals