Skip to content

Commit ae737d0

Browse files
committed
Fix build issue
1 parent e28c7c9 commit ae737d0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Tests/FoundationEssentialsTests/JSONEncoderTests.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1404,8 +1404,9 @@ private struct JSONEncoderTests {
14041404
0x8000_0000_0000_0000,
14051405
0xffff_ffff_ffff_ffff,
14061406
0x1_0000_0000_0000_0000,
1407-
.max] {
1408-
_testRoundTrip(of: i128)
1407+
.max] {
1408+
_testRoundTrip(of: i128)
1409+
}
14091410
}
14101411

14111412
@Test func int128SlowPath() throws {

0 commit comments

Comments
 (0)