Skip to content

Commit f07f5b3

Browse files
committed
Add SwiftNSMutableArray expected failures to stability-stdlib-abi.asserts.
These symbols were introduced in the following commit, but the expected ABI test output was not updated accordingly. commit 0967783 Merge: c6d51a9 1cce12f Author: David Smith <[email protected]> Date: Thu Sep 26 15:20:45 2019 Merge pull request #27341 from Catfish-Man/mutant-arrays Add an Array-based NSMutableArray subclass
1 parent a6dd630 commit f07f5b3

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)