Skip to content

Commit 92a2fa6

Browse files
authored
Merge pull request #1658 from swiftlang/automerge/merge-main-2025-12-19_09-05
Merge `release/6.3` into `main`
2 parents efa9d78 + 43f8ad3 commit 92a2fa6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/FoundationInternationalizationTests/Formatting/ICUPatternGeneratorTests.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import Testing
1919
private struct ICUPatternGeneratorTests {
2020

2121
typealias DateFieldCollection = Date.FormatStyle.DateFieldCollection
22+
#if FIXED_ICU78
2223
@Test func conversationalDayPeriodsOverride() {
2324

2425
var locale: Locale
@@ -253,5 +254,5 @@ private struct ICUPatternGeneratorTests {
253254
expectedPattern: "h:mm:ss a")
254255
}
255256
}
256-
257+
#endif
257258
}

0 commit comments

Comments
 (0)