changeset 345:d5e5f6019584

Adjust tests.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 24 Feb 2016 01:29:18 +0200
parents 14aaa9bf4ea5
children 691f3ad00943
files tests.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests.c	Wed Feb 24 00:01:07 2016 +0200
+++ b/tests.c	Wed Feb 24 01:29:18 2016 +0200
@@ -347,7 +347,7 @@
 
     if (test_set_start("printf() float"))
     {
-        double f_vals[] = { 2.02, 612342.234, -2.07, -612342.12, 437692.9876543219, 0x1fff, 0x8000000, 0.15625 };
+        double f_vals[] = { 1, 2, 3, 2.02, 612342.234, -2.07, -612342.12, 437692.9876543219, 0x1fff, 0x8000000, 0.15625 };
         char *f_fmts[] = { "%f", "%1.1f", "%5.5f", "%5f", "%-5f", "", "%-2.2f", "%05.5f" };
 
         for (i1 = 0; i1 < NCOUNT(f_vals); i1++)