Skip to content

Commit 501e3c7

Browse files
committed
[test] amend api digester exceptions
1 parent a13d8e3 commit 501e3c7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Diff for: test/api-digester/Outputs/stability-stdlib-source-base.swift.expected

+2
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,8 @@ Func ContiguousArray.withUnsafeMutableBufferPointer(_:) is now without rethrows
363363

364364
// Adoption of @_addressableForDependencies
365365
Struct CollectionOfOne is now with @_addressableForDependencies
366+
Struct String.UTF8View is now with @_addressableForDependencies
367+
Struct Substring.UTF8View is now with @_addressableForDependencies
366368

367369
Protocol CodingKey has added inherited protocol SendableMetatype
368370
Protocol Error has added inherited protocol SendableMetatype

Diff for: test/api-digester/stability-stdlib-abi-without-asserts.test

+2
Original file line numberDiff line numberDiff line change
@@ -825,6 +825,8 @@ Func _SliceBuffer.withUnsafeMutableBufferPointer(_:) has mangled name changing f
825825
Struct String.Index has added a conformance to an existing protocol CustomDebugStringConvertible
826826

827827
Struct CollectionOfOne is now with @_addressableForDependencies
828+
Struct String.UTF8View is now with @_addressableForDependencies
829+
Struct Substring.UTF8View is now with @_addressableForDependencies
828830

829831
Enum _SwiftifyInfo is a new API without @available attribute
830832
Enum _SwiftifyExpr is a new API without @available attribute

0 commit comments

Comments
 (0)