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 b545ffd commit c100157Copy full SHA for c100157
Tests/FoundationEssentialsTests/DataTests.swift
@@ -2450,7 +2450,6 @@ struct LargeDataTests {
2450
#if !canImport(Darwin) || FOUNDATION_FRAMEWORK
2451
var source = Data(repeating: 0, count: largeCount).dropFirst()
2452
#expect(source.startIndex != 0)
2453
- count = source.count
2454
var span = source.mutableSpan
2455
#expect(span.count == largeCount - 1)
2456
let i = try #require(span.indices.dropFirst().randomElement())
0 commit comments