Skip to content

Commit 7019dcb

Browse files
committed
[test] fix false results from the ABI checker
1 parent 819ef4f commit 7019dcb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,7 @@ 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 UnsafeMutableRawBufferPointer.storeBytes(of:toByteOffset:as:) has been removed
93+
Func UnsafeMutableRawPointer.storeBytes(of:toByteOffset:as:) has been removed
9294

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

0 commit comments

Comments
 (0)