Skip to content

Commit 37a830c

Browse files
committed
[SE-0489][abi] add new conformances to ABI stability tests.
1 parent 8182c1f commit 37a830c

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
@@ -874,4 +874,8 @@ Func type(of:) has been removed
874874
Func _float32ToStringImpl(_:_:_:_:) is a new API without '@available'
875875
Func _float64ToStringImpl(_:_:_:_:) is a new API without '@available'
876876

877+
// New conformances from SE-0489: Better debugDescription for EncodingError and DecodingError
878+
Enum DecodingError has added a conformance to an existing protocol CustomDebugStringConvertible
879+
Enum EncodingError has added a conformance to an existing protocol CustomDebugStringConvertible
880+
877881
// *** DO NOT DISABLE OR XFAIL THIS TEST. *** (See comment above.)

0 commit comments

Comments
 (0)