summaryrefslogtreecommitdiff
path: root/source/kit_test/run_tests.c
diff options
context:
space:
mode:
authorMitya Selivanov <0x7fffff@guattari.ru>2022-08-07 08:33:25 +0400
committerMitya Selivanov <0x7fffff@guattari.ru>2022-08-07 08:33:25 +0400
commitfd458396b376d0f9fff3dd5a03b1ef95c8cf870e (patch)
treed9418d90e288695bf54735419fd24bbe9e558426 /source/kit_test/run_tests.c
parentd9e0da408325e36852ca80643cb25fa9b3717889 (diff)
downloadkit-fd458396b376d0f9fff3dd5a03b1ef95c8cf870e.zip
Lower bound
Diffstat (limited to 'source/kit_test/run_tests.c')
-rw-r--r--source/kit_test/run_tests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/kit_test/run_tests.c b/source/kit_test/run_tests.c
index 1cb391c..1bb6e67 100644
--- a/source/kit_test/run_tests.c
+++ b/source/kit_test/run_tests.c
@@ -24,7 +24,7 @@ static long long sec_to_ms(long long sec) {
return 1000 * sec;
}
-enum code_value { white, yellow, red, green };
+enum { white, yellow, red, green };
static void color_code(int term_color, int c) {
if (term_color) {