fixes json.nim regression

This commit is contained in:
Andreas Rumpf
2019-03-29 08:01:47 +01:00
parent dafd995402
commit f8e720fda9
2 changed files with 5 additions and 16 deletions

View File

@@ -517,10 +517,6 @@ when true:
doAssert v.name == "smith"
doAssert MyRef(w).name == "smith"
block test_tuple:
doAssert $(%* (a1: 10, a2: "foo")) == """{"a1":10,"a2":"foo"}"""
doAssert $(%* (10, "foo")) == """[10,"foo"]"""
# TODO: when the issue with the limeted vm registers is solved, the
# exact same test as above should be evaluated at compile time as
# well, to ensure that the vm functionality won't diverge from the