Skip to content

Commit dfda525

Browse files
committed
[abi] override the judgment of the abi stability test
1 parent 1152347 commit dfda525

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
@@ -96,9 +96,13 @@ Func UnsafePointer.withMemoryRebound(to:capacity:_:) has been removed
9696
Func UnsafeMutableRawBufferPointer.storeBytes(of:toByteOffset:as:) has been removed
9797
Func UnsafeMutableRawPointer.storeBytes(of:toByteOffset:as:) has been removed
9898
Func UnsafeMutableBufferPointer.assign(repeating:) has been removed
99+
Func UnsafeMutableBufferPointer.update(repeating:) is a new API without @available attribute
99100
Func UnsafeMutablePointer.assign(from:count:) has been removed
101+
Func UnsafeMutablePointer.update(from:count:) is a new API without @available attribute
100102
Func UnsafeMutablePointer.assign(repeating:count:) has been removed
103+
Func UnsafeMutablePointer.update(repeating:count:) is a new API without @available attribute
101104
Func UnsafeMutablePointer.moveAssign(from:count:) has been removed
105+
Func UnsafeMutablePointer.moveUpdate(from:count:) is a new API without @available attribute
102106

103107
// These haven't actually been removed; they were renamed at the source level while
104108
// retaining their old mangled name. The source break was accepted as part of se-0370.

0 commit comments

Comments
 (0)