diff options
Diffstat (limited to 'source/kit/test.h')
-rw-r--r-- | source/kit/test.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/kit/test.h b/source/kit/test.h index 24a25c9..ca2b7c0 100644 --- a/source/kit/test.h +++ b/source/kit/test.h @@ -725,7 +725,7 @@ int kit_run_tests(int argc, char **argv) { quiet || printf("FAILED\n"); } - no_color || kit_print_color_(kit_white_); + no_color || kit_print_color_(kit_light_); quiet || printf("\n"); return status; } @@ -1099,7 +1099,7 @@ int kit_run_benchmarks(int argc, char **argv) { printf("DONE WITH ERRORS\n"); } - no_color || kit_print_color_(kit_white_); + no_color || kit_print_color_(kit_light_); printf("\n"); return status; } |