summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLloyd Hilaiel <lloyd@hilaiel.com>2009-02-16 11:40:39 -0700
committerLloyd Hilaiel <lloyd@hilaiel.com>2009-02-16 11:40:39 -0700
commit550f66d7bc1d58a2344c47300c80d8b477dbb9a0 (patch)
tree18f78fafd8d0164ed0e28d263d6a849f23305eb0 /test
parente0ae221d21b568dc01ae24c5132e1afc7afae5f2 (diff)
downloadyajl-550f66d7bc1d58a2344c47300c80d8b477dbb9a0.tar.gz
fix double dest gold file for warning free new double format
Diffstat (limited to 'test')
-rw-r--r--test/cases/doubles.json.gold8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/cases/doubles.json.gold b/test/cases/doubles.json.gold
index ab5f212..0426b37 100644
--- a/test/cases/doubles.json.gold
+++ b/test/cases/doubles.json.gold
@@ -1,6 +1,6 @@
array open '['
-double: 10.000000
-double: 10.000000
-double: 3.141569
-double: 1000.000000
+double: 10
+double: 10
+double: 3.14157
+double: 1000
array close ']'