Skip to content

Commit fe02e1e

Browse files
committed
[abi] override the judgment of the abi stability test
1 parent 57a0264 commit fe02e1e

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
@@ -91,5 +91,9 @@ Func UnsafeMutablePointer.withMemoryRebound(to:capacity:_:) has been removed
9191
Func UnsafePointer.withMemoryRebound(to:capacity:_:) has been removed
9292
Func UnsafeMutableRawBufferPointer.storeBytes(of:toByteOffset:as:) has been removed
9393
Func UnsafeMutableRawPointer.storeBytes(of:toByteOffset:as:) has been removed
94+
Func UnsafeMutableBufferPointer.assign(repeating:) has been removed
95+
Func UnsafeMutablePointer.assign(from:count:) has been removed
96+
Func UnsafeMutablePointer.assign(repeating:count:) has been removed
97+
Func UnsafeMutablePointer.moveAssign(from:count:) has been removed
9498

9599
// *** DO NOT DISABLE OR XFAIL THIS TEST. *** (See comment above.)

0 commit comments

Comments
 (0)