Skip to content

Commit 7cd98c3

Browse files
committed
[test] Update stability expectations
1 parent 3c133d5 commit 7cd98c3

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

test/api-digester/Outputs/stability-stdlib-source-base.swift.expected

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,6 @@ Func UnsafeMutablePointer.withMemoryRebound(to:capacity:_:) has generic signatur
343343
Func UnsafeMutablePointer.withMemoryRebound(to:capacity:_:) is now without rethrows
344344
Func UnsafePointer.withMemoryRebound(to:capacity:_:) has generic signature change from <Pointee, T, Result> to <Pointee, T, E, Result where E : Swift.Error, Pointee : ~Copyable, T : ~Copyable, Result : ~Copyable>
345345
Func UnsafePointer.withMemoryRebound(to:capacity:_:) is now without rethrows
346-
Func unsafeBitCast(_:to:) has generic signature change from <T, U> to <T, U where T : ~Escapable>
347346
Func withExtendedLifetime(_:_:) has generic signature change from <T, Result> to <T, E, Result where E : Swift.Error, T : ~Copyable, T : ~Escapable, Result : ~Copyable>
348347
Func withExtendedLifetime(_:_:) is now without rethrows
349348
Func Array.withUnsafeBufferPointer(_:) has generic signature change from <Element, R> to <Element, R, E where E : Swift.Error>

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -691,9 +691,6 @@ Func _fixLifetime(_:) is now with @_preInverseGenerics
691691
Func swap(_:_:) has generic signature change from <T> to <T where T : ~Copyable>
692692
Func swap(_:_:) has mangled name changing from 'Swift.swap<A>(inout A, inout A) -> ()' to 'Swift.swap<A where A: ~Swift.Copyable>(inout A, inout A) -> ()'
693693
Func swap(_:_:) is now with @_preInverseGenerics
694-
Func unsafeBitCast(_:to:) has generic signature change from <T, U> to <T, U where T : ~Escapable>
695-
Func unsafeBitCast(_:to:) has mangled name changing from 'Swift.unsafeBitCast<A, B>(_: A, to: B.Type) -> B' to 'Swift.unsafeBitCast<A, B where A: ~Swift.Escapable>(_: A, to: B.Type) -> B'
696-
Func unsafeBitCast(_:to:) is now with @_preInverseGenerics
697694
Func withUnsafeBytes(of:_:) has been removed
698695
Func withUnsafeMutableBytes(of:_:) has been removed
699696
Func withUnsafeMutablePointer(to:_:) has been removed

0 commit comments

Comments
 (0)