test/run-tests.c

changeset 186
8230904458a7
parent 179
5ef724e21702
--- a/test/run-tests.c	Mon Aug 24 13:20:19 2026 +0200
+++ b/test/run-tests.c	Mon Aug 24 13:42:35 2026 +0200
@@ -47,5 +47,5 @@
     }
     printf("\nTotal success: %u | failure: %u\n", success, failure);
 
-    return failure > 0 ? 1 : 0;
+    return failure > 0;
 }

mercurial