Skip to content

Commit c100157

Browse files
committed
Fix Linux build failure
1 parent b545ffd commit c100157

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/FoundationEssentialsTests/DataTests.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2450,7 +2450,6 @@ struct LargeDataTests {
24502450
#if !canImport(Darwin) || FOUNDATION_FRAMEWORK
24512451
var source = Data(repeating: 0, count: largeCount).dropFirst()
24522452
#expect(source.startIndex != 0)
2453-
count = source.count
24542453
var span = source.mutableSpan
24552454
#expect(span.count == largeCount - 1)
24562455
let i = try #require(span.indices.dropFirst().randomElement())

0 commit comments

Comments
 (0)