Skip to content

Commit 9acde74

Browse files
committed
Rename test to SegmentQueueLinearizabilityTest for consistency
1 parent aafbde1 commit 9acde74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kotlinx-coroutines-core/jvm/test/internal/SegmentQueueLFTest.kt renamed to kotlinx-coroutines-core/jvm/test/internal/SegmentQueueLinearizabilityTest.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import com.devexperts.dxlab.lincheck.strategy.stress.StressCTest
88
import org.junit.Test
99

1010
@StressCTest
11-
class SegmentQueueLFTest {
11+
class SegmentQueueLinearizabilityTest {
1212
private val q = SegmentBasedQueue<Int>()
1313

1414
@Operation
@@ -21,6 +21,6 @@ class SegmentQueueLFTest {
2121

2222
@Test
2323
fun test() {
24-
LinChecker.check(SegmentQueueLFTest::class.java)
24+
LinChecker.check(SegmentQueueLinearizabilityTest::class.java)
2525
}
2626
}

0 commit comments

Comments
 (0)