From 05991805fbf62ed9c3cb635a7408f4e223f04594 Mon Sep 17 00:00:00 2001 From: narimiran Date: Wed, 24 Mar 2021 18:19:42 +0100 Subject: [PATCH] change back part of the test --- tests/stdlib/tjsonutils.nim | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/stdlib/tjsonutils.nim b/tests/stdlib/tjsonutils.nim index e3f529ce31..bd57c744f3 100644 --- a/tests/stdlib/tjsonutils.nim +++ b/tests/stdlib/tjsonutils.nim @@ -76,12 +76,12 @@ template fn() = block: let a = (int64.high, uint64.high) testRoundtrip(a): "[9223372036854775807,18446744073709551615]" - block: - let a = (int.high, uint.high) - when int.sizeof == 4: - testRoundtrip(a): "[2147483647,4294967295]" - else: - testRoundtrip(a): "[9223372036854775807,18446744073709551615]" + block: + let a = (int.high, uint.high) + when int.sizeof == 4: + testRoundtrip(a): "[2147483647,4294967295]" + else: + testRoundtrip(a): "[9223372036854775807,18446744073709551615]" block: # case object type Foo = object