commit | 22888ce3a84f38c1478f38ad0d1ff3ed7fdf5f39 | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | 周日 2月 09 11:31:02 2014 +0100 |
committer | Roger Meier <roger@apache.org> | 周日 2月 09 11:31:02 2014 +0100 |
tree | ebfc141e5461a988cec980658b73a0800f694934 | |
parent | 2f51f327e3b6d22e578a84a037d1a9094c64dd9b [diff] [blame] |
THRIFT-2352 msvc failed to compile thrift tests Patch: Sergei Nikulov & Roger Meier
diff --git a/lib/cpp/test/JSONProtoTest.cpp b/lib/cpp/test/JSONProtoTest.cpp index be8f426..a3259c0 100644 --- a/lib/cpp/test/JSONProtoTest.cpp +++ b/lib/cpp/test/JSONProtoTest.cpp
@@ -134,7 +134,7 @@ dub.neginf = -HUGE_VAL; dub.repeating = 10.0/3.0; dub.big = 1E+305; - dub.small = 1E-305; + dub.tiny = 1E-305; dub.zero = 0.0; dub.negzero = -0.0; cout << apache::thrift::ThriftJSONString(dub) << endl << endl;