Skip to content

Commit 70a7c54

Browse files
committed
Re-enable some Regex component tests
Previously these were disabled because of an API availability issue in 5.8/5.9; we're no longer developing for those targets, so let's re-enable these tests.
1 parent 541a205 commit 70a7c54

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Tests/FoundationInternationalizationTests/Formatting/ParseStrategy+RegexComponentTests.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ private struct ParseStrategyMatchTests {
6262
#expect(res.output.1 == expectedDate)
6363
}
6464

65-
// https://github.com/apple/swift-foundation/issues/60
66-
#if FOUNDATION_FRAMEWORK
6765
@Test func apiStatement() {
6866

6967
let statement = """
@@ -215,7 +213,6 @@ DEBIT Mar 31/20 March Payment to BoA -USD 52,249.98
215213
// dateFormatter.date(from: "2021-07-08 10:19:35.418")!
216214
#expect(match.output.3.timeIntervalSinceReferenceDate == 647432375.418)
217215
}
218-
#endif
219216

220217
@Test func variousDatesAndTimes() {
221218
func verify(_ str: String, _ strategy: Date.ParseStrategy, _ expected: String?, sourceLocation: SourceLocation = #_sourceLocation) {

0 commit comments

Comments
 (0)