Skip to content

Commit e56a76b

Browse files
authored
Update API Digester test w/ temporary RangeSet removal (swiftlang#35160)
1 parent 0037745 commit e56a76b

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,10 @@
3737
// declarations are shuffled. rdar://problem/46618883
3838
// UNSUPPORTED: swift_evolve
3939

40-
Func Collection.removingSubranges(_:) has been removed
41-
Func Collection.subranges(of:) has been removed
42-
Func Collection.subranges(where:) has been removed
43-
Func MutableCollection.moveSubranges(_:to:) has been removed
44-
Func MutableCollection.removeSubranges(_:) has been removed
45-
Func RangeReplaceableCollection.removeSubranges(_:) has been removed
4640
Func _collectReferencesInsideObject(_:) is a new API without @available attribute
4741
Func _loadDestroyTLSCounter() is a new API without @available attribute
4842
Func _measureRuntimeFunctionCountersDiffs(objects:_:) is a new API without @available attribute
4943
Protocol _RuntimeFunctionCountersStats is a new API without @available attribute
50-
Struct DiscontiguousSlice has been removed
51-
Struct RangeSet has been removed
5244
Struct _GlobalRuntimeFunctionCountersState is a new API without @available attribute
5345
Struct _ObjectRuntimeFunctionCountersState is a new API without @available attribute
5446
Struct _RuntimeFunctionCounters is a new API without @available attribute
55-
Subscript Collection.subscript(_:) has been removed
56-
Subscript MutableCollection.subscript(_:) has been removed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,14 @@ Func _stdlib_isOSVersionAtLeastOrVariantVersionAtLeast(_:_:_:_:_:_:) is a new AP
3535
Func _getMetadataSection(_:) is a new API without @available attribute
3636
Func _getMetadataSectionCount() is a new API without @available attribute
3737
Func _getMetadataSectionName(_:) is a new API without @available attribute
38+
39+
Func Collection.removingSubranges(_:) has been removed
40+
Func Collection.subranges(of:) has been removed
41+
Func Collection.subranges(where:) has been removed
42+
Func MutableCollection.moveSubranges(_:to:) has been removed
43+
Func MutableCollection.removeSubranges(_:) has been removed
44+
Func RangeReplaceableCollection.removeSubranges(_:) has been removed
45+
Struct DiscontiguousSlice has been removed
46+
Struct RangeSet has been removed
47+
Subscript Collection.subscript(_:) has been removed
48+
Subscript MutableCollection.subscript(_:) has been removed

0 commit comments

Comments
 (0)