Skip to content

Commit

Permalink
Adjust expected result of test to match ARM and others
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuclaw committed Nov 19, 2015
1 parent 4b57ad6 commit edba3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/math.d
Expand Up @@ -2230,7 +2230,7 @@ unittest
[ 0x1p+80L, real.infinity ], // far overflow
[ real.infinity, real.infinity ],
[-0x1.6p+9L, 0x1.44a3824e5285fp-1016L ], // near underflow
[-0x1.64p+9L, 0x0.06f84920bb2d3p-1022L ], // near underflow - subnormal
[-0x1.64p+9L, 0x0.06f84920bb2d4p-1022L ], // near underflow - subnormal
[-0x1.743p+9L, 0x0.0000000000001p-1022L ], // ditto
[-0x1.8p+9L, 0 ], // close underflow
[-0x1p30L, 0 ], // far underflow
Expand Down

0 comments on commit edba3c0

Please sign in to comment.