From c737311313056ea9e2cb86c529250f36c32518d9 Mon Sep 17 00:00:00 2001 From: baris g Date: Mon, 19 Sep 2022 22:05:07 +0000 Subject: [PATCH] Update tests/io/json_tests.cpp --- tests/io/json_tests.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/io/json_tests.cpp b/tests/io/json_tests.cpp index e06f51b..2931000 100644 --- a/tests/io/json_tests.cpp +++ b/tests/io/json_tests.cpp @@ -231,8 +231,8 @@ BOOST_AUTO_TEST_CASE(structured_test) fc::variant v_uint64_1( (int8_t) 1 ); fc::variant v_float_1( 0.0f ); fc::variant v_float_2( -2.0f ); - fc::variant v_double_1( 0.0d ); - fc::variant v_double_2( -2.0d ); + fc::variant v_double_1( 0.0 ); + fc::variant v_double_2( -2.0 ); fc::variants v_small_array { v_empty_obj,