Skip to content

Commit d975b1a

Browse files
authored
Merge pull request swiftlang#27399 from atrick/fix-nsmutable-abi
Add SwiftNSMutableArray expected failures to stability-stdlib-abi.ass…
2 parents 6bf5dae + f07f5b3 commit d975b1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/api-digester/Outputs/stability-stdlib-abi.asserts.additional.swift.expected

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
Class _SwiftNSMutableArray is a new API without @available attribute
2-
Class _SwiftNativeNSMutableArray is a new API without @available attribute
31
Func _collectReferencesInsideObject(_:) is a new API without @available attribute
42
Func _loadDestroyTLSCounter() is a new API without @available attribute
53
Protocol _RuntimeFunctionCountersStats is a new API without @available attribute
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Class _SwiftNSMutableArray is a new API without @available attribute
2+
Class _SwiftNativeNSMutableArray is a new API without @available attribute

0 commit comments

Comments
 (0)