Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour committed Oct 20, 2020
1 parent fef218b commit d608fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/stdlib/tjson.nim
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ block: # uint64; bug #15413
doAssert x2 > cast[uint64](int64.high)

block: # JNumber
doAssert uint.high == 18446744073709551615'u64
doAssert uint64.high == 18446744073709551615'u64
let x = "184467440737095516151"
let j = parseJson(x)
doAssert $j == x
Expand Down

0 comments on commit d608fe8

Please sign in to comment.