src/cx/test.h

changeset 1641
c12d5621eb72
parent 1426
3a89b31f0724
--- a/src/cx/test.h	Sat Dec 20 10:51:45 2025 +0100
+++ b/src/cx/test.h	Sat Dec 20 10:51:56 2025 +0100
@@ -218,7 +218,7 @@
     char total[80];
     int len = snprintf(
             total, 80,
-            "  Total:   %u\n  Success: %u\n  Failure: %u\n\n",
+            "  Tests:   %5u\n  Success: %5u\n  Failure: %5u\n\n",
             suite->success + suite->failure, suite->success, suite->failure
     );
     out_writer(total, 1, len, out_target);

mercurial