summary refs log tree commit diff stats
path: root/tests/stdlib/tjsonmacro.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2019-03-29 08:01:47 +0100
committerAndreas Rumpf <rumpf_a@web.de>2019-03-29 08:01:59 +0100
commitf8e720fda90fcd3cabedc1adf055d14d69df82ba (patch)
tree8010b44dd9f5af933e172565b58cb94b25db2f0b /tests/stdlib/tjsonmacro.nim
parentdafd9954027b97d3330286901d1dd8a596cc9026 (diff)
downloadNim-f8e720fda90fcd3cabedc1adf055d14d69df82ba.tar.gz
fixes json.nim regression
Diffstat (limited to 'tests/stdlib/tjsonmacro.nim')
-rw-r--r--tests/stdlib/tjsonmacro.nim4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/stdlib/tjsonmacro.nim b/tests/stdlib/tjsonmacro.nim
index 32493f9bc..0521d558c 100644
--- a/tests/stdlib/tjsonmacro.nim
+++ b/tests/stdlib/tjsonmacro.nim
@@ -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