Skip to content

Commit 364b245

Browse files
committed
Update test for intentionally-benign ABI change to standard library
1 parent 66e712b commit 364b245

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/api-digester/stability-stdlib-abi-without-asserts.test

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,7 @@ Struct DiscontiguousSlice has been removed
5252
Struct RangeSet has been removed
5353
Subscript Collection.subscript(_:) has been removed
5454
Subscript MutableCollection.subscript(_:) has been removed
55+
Protocol CodingKey has added inherited protocol ConcurrentValue
56+
Protocol CodingKey has generic signature change from <Self : Swift.CustomDebugStringConvertible, Self : Swift.CustomStringConvertible> to <Self : Swift.ConcurrentValue, Self : Swift.CustomDebugStringConvertible, Self : Swift.CustomStringConvertible>
57+
Protocol Error has added inherited protocol ConcurrentValue
58+
Protocol Error has generic signature change from to <Self : Swift.ConcurrentValue>

0 commit comments

Comments
 (0)