We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edfb2e1 commit e8db5f9Copy full SHA for e8db5f9
Tests/FoundationInternationalizationTests/LocaleTests.swift
@@ -706,7 +706,7 @@ private struct LocaleBridgingTests {
706
@available(iOS, deprecated: 16)
707
@available(tvOS, deprecated: 16)
708
@available(watchOS, deprecated: 9)
709
- @Test func getACustomLocale() {
+ @Test func customLocaleSubclass() {
710
let loc = getACustomLocale("en_US")
711
let objCLoc = loc as! CustomNSLocaleSubclass
712
Tests/FoundationInternationalizationTests/SortDescriptorTests.swift
@@ -20,7 +20,7 @@ import Testing
20
#endif // FOUNDATION_FRAMEWORK
21
22
@Suite("SortDescriptor")
23
-private struct SortDescriptorTests {
+struct SortDescriptorTests {
24
struct NonNSObjectRoot {
25
enum Gadget: Int, Comparable {
26
case foo = 0
0 commit comments