Work around Windows bug. Use different constants.
authorfloitschV8@gmail.com <floitschV8@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 14 Oct 2010 15:54:51 +0000 (15:54 +0000)
committerfloitschV8@gmail.com <floitschV8@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 14 Oct 2010 15:54:51 +0000 (15:54 +0000)
commit43fd9a542c64ef9ff55236771358795a02b709a7
treee14c3a7802e2f3b3e2ccf0f4bcaf630cec113004
parent2b226c598f7d358b173541abc2b35f60693a9765
Work around Windows bug. Use different constants.

Windows' strtod doesn't correctly read 3e-324 a the lowest denormal, but returns 0.0 instead.
Using 4e-324 is still the same value and works.

BUG=
TEST=
Review URL: http://codereview.chromium.org/3744008

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5624 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
test/cctest/test-strtod.cc