Skip to content

Commit

Permalink
Merge pull request #847 from yebblies/deprecate_min
Browse files Browse the repository at this point in the history
Replace floating.min with floating.min_normal in one place.
  • Loading branch information
andralex committed Oct 6, 2012
2 parents ff1043b + c5d080b commit 1acbee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/math.d
Expand Up @@ -1741,7 +1741,7 @@ unittest
[ 123, 10, 125952],
[ real.max, int.max, real.infinity],
[ real.max, -int.max, 0],
[ real.min, -int.max, 0],
[ real.min_normal, -int.max, 0],
];
int i;

Expand Down

0 comments on commit 1acbee1

Please sign in to comment.