diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/libm-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/libm-test.c b/math/libm-test.c index 7e4e144c4c..a173a09631 100644 --- a/math/libm-test.c +++ b/math/libm-test.c @@ -4705,7 +4705,7 @@ identities (void) identities1_test (0, 0); identities1_test (-1, CHOOSE (1e-18L, 0, 1e-7)); - identities2_test (0.2L, CHOOSE (0, 1e-16, 0)); + identities2_test (0.2L, CHOOSE (1e-19L, 1e-16, 0)); identities2_test (0.9L, CHOOSE (0, 1e-15, 0)); identities2_test (0, 0); identities2_test (-1, CHOOSE (1e-18L, 1e-15, 0)); |