[lib][libc] fix floating point printf for negatives

This commit is contained in:
Travis Geiselbrecht
2014-09-09 13:37:11 -07:00
parent 052abe6000
commit 227c14cb6b
2 changed files with 3 additions and 1 deletions

View File

@@ -47,6 +47,8 @@ static const union double_int float_test_vec[] = {
{ .d = 100.0 },
{ .d = 123456.0 },
{ .d = -123456.0 },
{ .d = 546.5645644531f },
{ .d = -546.5645644531f },
{ .d = 0.12345 },
{ .d = 0.0000012345 },
{ .d = 0.0000019999 },