Relax a stringToDouble test for, OSX AppleClang 9.1
authorDavid Neto <dneto@google.com>
Thu, 7 Jun 2018 00:19:19 +0000 (17:19 -0700)
committerDavid Neto <dneto@google.com>
Thu, 7 Jun 2018 05:36:42 +0000 (22:36 -0700)
commit617d1b120905cdf9b1b5f617259150583abac871
treeff04c2a2281b246e6e1cfe97bd74ee9601977bee
parentba018e67625049cc94f4329a069073ce77866f5d
Relax a stringToDouble test for, OSX AppleClang 9.1

1e-323 was flushed to zero.
1e-308 is also flushed to zero.
Use 1e-307 instead, which still satisfies the test intent.

Fixes #1400
Test/baseResults/stringToDouble.vert.out
Test/stringToDouble.vert