aboutsummaryrefslogtreecommitdiffstats
path: root/libtests/json.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libtests/json.cc')
-rw-r--r--libtests/json.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libtests/json.cc b/libtests/json.cc
index 1ee7a5d3..d788ab4e 100644
--- a/libtests/json.cc
+++ b/libtests/json.cc
@@ -36,7 +36,7 @@ static void test_main()
" \"a\\tb\",\n"
" null,\n"
" 16059,\n"
- " 3.141590,\n"
+ " 3.14159,\n"
" 2.1e5\n"
"]");
JSON jmap = JSON::makeDictionary();
@@ -56,7 +56,7 @@ static void test_main()
" \"a\\tb\",\n"
" null,\n"
" 16059,\n"
- " 3.141590,\n"
+ " 3.14159,\n"
" 2.1e5\n"
" ],\n"
" \"b\": \"a\\tb\",\n"