aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Elizarov <elizarov@gmail.com>2019-08-12 12:42:22 +0300
committerRoman Elizarov <elizarov@gmail.com>2019-08-23 16:28:26 +0300
commit9acde7468afd8e4e338c0611eeafb682ae8ac5e4 (patch)
tree19a6a0d97442e0ce8dd7ef17510adc9fd33de8d4
parentaafbde12222d2e5cceec8a371d61f8f94a35561b (diff)
downloadplatform_external_kotlinx.coroutines-9acde7468afd8e4e338c0611eeafb682ae8ac5e4.tar.gz
platform_external_kotlinx.coroutines-9acde7468afd8e4e338c0611eeafb682ae8ac5e4.tar.bz2
platform_external_kotlinx.coroutines-9acde7468afd8e4e338c0611eeafb682ae8ac5e4.zip
Rename test to SegmentQueueLinearizabilityTest for consistency
-rw-r--r--kotlinx-coroutines-core/jvm/test/internal/SegmentQueueLinearizabilityTest.kt (renamed from kotlinx-coroutines-core/jvm/test/internal/SegmentQueueLFTest.kt)4
1 files changed, 2 insertions, 2 deletions
diff --git a/kotlinx-coroutines-core/jvm/test/internal/SegmentQueueLFTest.kt b/kotlinx-coroutines-core/jvm/test/internal/SegmentQueueLinearizabilityTest.kt
index b6faf683..268d757c 100644
--- a/kotlinx-coroutines-core/jvm/test/internal/SegmentQueueLFTest.kt
+++ b/kotlinx-coroutines-core/jvm/test/internal/SegmentQueueLinearizabilityTest.kt
@@ -8,7 +8,7 @@ import com.devexperts.dxlab.lincheck.strategy.stress.StressCTest
import org.junit.Test
@StressCTest
-class SegmentQueueLFTest {
+class SegmentQueueLinearizabilityTest {
private val q = SegmentBasedQueue<Int>()
@Operation
@@ -21,6 +21,6 @@ class SegmentQueueLFTest {
@Test
fun test() {
- LinChecker.check(SegmentQueueLFTest::class.java)
+ LinChecker.check(SegmentQueueLinearizabilityTest::class.java)
}
} \ No newline at end of file