Skip to content

Commit 748315b

Browse files
authored
Merge pull request #65716 from tshortli/update-stability-stdlib-abi-without-asserts
Tests: Update stability-stdlib-abi-without-asserts
2 parents a04d273 + ba74726 commit 748315b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
// Note: normally you'll need to add new entries to
5858
// `stability-stdlib-abi-without-asserts.test`, not this file.
5959
Func _collectReferencesInsideObject(_:) is a new API without @available attribute
60-
Func _diagnoseUnavailableCodeReached() is a new API without @available attribute
6160
Func _loadDestroyTLSCounter() is a new API without @available attribute
6261
Func _measureRuntimeFunctionCountersDiffs(objects:_:) is a new API without @available attribute
6362
Protocol _RuntimeFunctionCountersStats is a new API without @available attribute

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949

5050
Func _prespecialize() is a new API without @available attribute
5151
Func _stdlib_isOSVersionAtLeastOrVariantVersionAtLeast(_:_:_:_:_:_:) is a new API without @available attribute
52+
Func _diagnoseUnavailableCodeReached() is a new API without @available attribute
5253

5354
Func Collection.removingSubranges(_:) has been removed
5455
Func Collection.subranges(of:) has been removed

0 commit comments

Comments
 (0)