Skip to content

Commit cf1fc47

Browse files
committed
[abi] override the judgment of the abi stability test
1 parent f6a17ea commit cf1fc47

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
@@ -89,5 +89,9 @@ Func UnsafeBufferPointer.withMemoryRebound(to:_:) has been removed
8989
Func UnsafeMutableBufferPointer.withMemoryRebound(to:_:) has been removed
9090
Func UnsafeMutablePointer.withMemoryRebound(to:capacity:_:) has been removed
9191
Func UnsafePointer.withMemoryRebound(to:capacity:_:) has been removed
92+
Func UnsafeMutableBufferPointer.assign(repeating:) has been removed
93+
Func UnsafeMutablePointer.assign(from:count:) has been removed
94+
Func UnsafeMutablePointer.assign(repeating:count:) has been removed
95+
Func UnsafeMutablePointer.moveAssign(from:count:) has been removed
9296

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

0 commit comments

Comments
 (0)