Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,9 @@ func testWrite(_ w: inout ArrayWrapper) {
}

// Test store_borrow extension which is required when the addressable UTF8View is extended over the Span's uses.
//
// UTF8Span is unavailable on watchOS as of the introduction of this test.
@available(watchOS, unavailable)
@available(SwiftStdlib 6.2, *)
func testSpanOfBorrowByAddress(_ i: Int) -> Int {
let span = String(i).utf8.span
Expand Down