We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ecb88 commit 385cbfcCopy full SHA for 385cbfc
test/1_stdlib/ManagedBuffer.swift
@@ -146,7 +146,7 @@ tests.test("basic") {
146
let s = TestManagedBuffer<LifetimeTracked>.create(10)
147
expectEqual(0, s.count)
148
expectLE(10, s.myCapacity)
149
- expectGE(12, s.myCapacity) // allow some over-allocation but not too much
+ expectGE(13, s.myCapacity) // allow some over-allocation but not too much
150
151
expectEqual(1, LifetimeTracked.instances)
152
for i in 1..<6 {
0 commit comments