Skip to content

Commit d8ba716

Browse files
committed
Document false-positive API change
1 parent b761d8f commit d8ba716

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -868,4 +868,10 @@ Func ==(_:_:) has parameter 0 type change from (any Any.Type)? to τ_0_0
868868
Func ==(_:_:) has parameter 1 type change from (any Any.Type)? to τ_0_0
869869
Func type(of:) has been removed
870870

871+
// Float-to-String conversions were reimplemented in Swift
872+
// The legacy C entry points now look like newly introduced Swift functions
873+
Func _float32ToStringImpl(_:_:_:_:) is a new API without '@available'
874+
Func _float64ToStringImpl(_:_:_:_:) is a new API without '@available'
875+
Func _float80ToStringImpl(_:_:_:_:) is a new API without '@available'
876+
871877
// *** DO NOT DISABLE OR XFAIL THIS TEST. *** (See comment above.)

0 commit comments

Comments
 (0)