src/cx/test.h

changeset 768
0e1cf2cd500e
parent 767
d31f4d4075dc
child 784
ba5faf85dec6
     1.1 --- a/src/cx/test.h	Wed Dec 20 17:57:18 2023 +0100
     1.2 +++ b/src/cx/test.h	Wed Dec 20 18:13:30 2023 +0100
     1.3 @@ -220,7 +220,7 @@
     1.4      char total[80];
     1.5      int len = snprintf(
     1.6              total, 80,
     1.7 -            "  Total:   %u\n  Success: %u\n  Failure: %u\n",
     1.8 +            "  Total:   %u\n  Success: %u\n  Failure: %u\n\n",
     1.9              suite->success + suite->failure, suite->success, suite->failure
    1.10      );
    1.11      out_writer(total, 1, len, out_target);

mercurial