Skip to content

Commit e8db5f9

Browse files
committed
Fix build failures
1 parent edfb2e1 commit e8db5f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/FoundationInternationalizationTests/LocaleTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ private struct LocaleBridgingTests {
706706
@available(iOS, deprecated: 16)
707707
@available(tvOS, deprecated: 16)
708708
@available(watchOS, deprecated: 9)
709-
@Test func getACustomLocale() {
709+
@Test func customLocaleSubclass() {
710710
let loc = getACustomLocale("en_US")
711711
let objCLoc = loc as! CustomNSLocaleSubclass
712712

Tests/FoundationInternationalizationTests/SortDescriptorTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import Testing
2020
#endif // FOUNDATION_FRAMEWORK
2121

2222
@Suite("SortDescriptor")
23-
private struct SortDescriptorTests {
23+
struct SortDescriptorTests {
2424
struct NonNSObjectRoot {
2525
enum Gadget: Int, Comparable {
2626
case foo = 0

0 commit comments

Comments
 (0)