Skip to content

Commit cc7ddee

Browse files
committed
Restructure test suites to [SWIFT-TEST-002] extension pattern (1 suite)
1 parent ec3b1f7 commit cc7ddee

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Tests/Buffer Ring Primitives Tests/Buffer.Ring.Small Tests.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ import Testing
1717
// is `Memory.Growable`, so form-2 applies; a `Memory.Inline` leaf would (correctly)
1818
// not satisfy the growth-op fence.
1919

20-
@Suite("Buffer.Ring .Small coverage")
21-
struct RingSmallCoverageTests {
20+
@Suite
21+
struct `Buffer.Ring.Small Tests` {
2222
// `Memory.Small`'s n is a BYTE budget: 64 bytes ≈ 8 `Int`s inline before spilling.
2323
typealias SmallColumn = Storage<Memory.Allocator<Memory.Small<64>>>.Contiguous<Int>
2424
}
2525

26-
extension RingSmallCoverageTests {
26+
extension `Buffer.Ring.Small Tests` {
2727

2828
@Test
2929
func `construct + enqueue (form-2, inline→heap spill) + drain via popFront (form-1)`() {

0 commit comments

Comments
 (0)