Skip to content

Commit 5b40ace

Browse files
authored
Re-enable tests on 32 bit platforms (#674)
Fixes rdar://123111635
1 parent da923d1 commit 5b40ace

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Tests/FoundationInternationalizationTests/Formatting/DurationTimeFormatStyleTests.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -555,8 +555,6 @@ final class DurationTimeAttributedStyleTests : XCTestCase {
555555

556556
// MARK: DiscreteFormatStyle conformance test
557557

558-
// This test requires 64-bit integers
559-
#if arch(x86_64) || arch(arm64)
560558
@available(FoundationPreview 0.4, *)
561559
final class TestDurationTimeDiscreteConformance : XCTestCase {
562560
func testBasics() throws {
@@ -666,4 +664,3 @@ final class TestDurationTimeDiscreteConformance : XCTestCase {
666664
}
667665
}
668666
}
669-
#endif // arch(x86_64) || arch(arm64)

Tests/FoundationInternationalizationTests/Formatting/DurationUnitsFormatStyleTests.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,8 +1115,6 @@ final class DurationUnitAttributedFormatStyleTests : XCTestCase {
11151115

11161116
// MARK: DiscreteFormatStyle conformance test
11171117

1118-
// This test requires 64-bit integers
1119-
#if arch(x86_64) || arch(arm64)
11201118
@available(FoundationPreview 0.4, *)
11211119
final class TestDurationUnitsDiscreteConformance : XCTestCase {
11221120
func testBasics() throws {
@@ -1415,4 +1413,3 @@ extension Duration {
14151413
(.zero - abs(self))...abs(self)
14161414
}
14171415
}
1418-
#endif // arch(x86_64) || arch(arm64)

0 commit comments

Comments
 (0)