# HG changeset patch # User Matti Hamalainen # Date 1457424266 -7200 # Node ID 4e8f26a49e2748a28ae161d48d28cbc217cb9a23 # Parent a9152a6ee9dbbd6c30d980a7965d0374f42baa6b Update comment. diff -r a9152a6ee9db -r 4e8f26a49e27 tests.c --- a/tests.c Mon Mar 07 10:13:29 2016 +0200 +++ b/tests.c Tue Mar 08 10:04:26 2016 +0200 @@ -350,7 +350,7 @@ tprint(1, "Enabled test types are 0x%04x.\n", optFlags); // - // Test series #1 + // Test series for printf() // char *i_fmts[] = { "", "05", "5", ".5", "8.5", "08.5", "3", "3.2", "3", ".0", "0" }; char *i_mods[] = { "", "-", "+", "#", };