diff options
author | flywind <xzsflywind@gmail.com> | 2021-03-09 19:22:26 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-09 12:22:26 +0100 |
commit | cc37fee0ab744e035510498024e4fee016560ab8 (patch) | |
tree | 9d291606511375153811e2c6139aec41b66ce80e /tests/stdlib | |
parent | 9c5223a5f5589d4e2bb0808aa2d8e6c5bcd8204d (diff) | |
download | Nim-cc37fee0ab744e035510498024e4fee016560ab8.tar.gz |
fix #17275 (#17276)
Diffstat (limited to 'tests/stdlib')
-rw-r--r-- | tests/stdlib/tjson.nim | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/stdlib/tjson.nim b/tests/stdlib/tjson.nim index eb31fcef9..5508509ba 100644 --- a/tests/stdlib/tjson.nim +++ b/tests/stdlib/tjson.nim @@ -240,10 +240,7 @@ doAssert isRefSkipDistinct(MyOtherDistinct) let x = parseJson("9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999") -when defined(js): # xxx fixme - doAssert x.kind == JInt -else: - doAssert x.kind == JString +doAssert x.kind == JString block: # bug #15835 type |