summaryrefslogtreecommitdiff
path: root/source/kit/kit_test.h
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2023-09-15 22:09:46 +0200
committerMitya Selivanov <automainint@guattari.tech>2023-09-15 22:09:46 +0200
commit94c01870418373c93744b73d29ebc74986cedd5c (patch)
tree1635e46a41fba46f5a632d8b594da901f8afe871 /source/kit/kit_test.h
parentbdcfa4e239d2c913c7045d0aa835ddd5a47e5436 (diff)
downloadkit-94c01870418373c93744b73d29ebc74986cedd5c.zip
file mapping
Diffstat (limited to 'source/kit/kit_test.h')
-rw-r--r--source/kit/kit_test.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/kit/kit_test.h b/source/kit/kit_test.h
index f51516f..b6f43a6 100644
--- a/source/kit/kit_test.h
+++ b/source/kit/kit_test.h
@@ -672,7 +672,7 @@ int kit_run_tests(int argc, char **argv) {
no_color || kit_print_color_(kit_red_);
printf(" -> ");
no_color || kit_print_color_(kit_light_);
- printf("Got wrong value");
+ printf("Got wrong value ");
no_color || kit_print_color_(kit_white_);
printf("%10lld",
(long long) kit_tests_list.v[i].value[j]);
@@ -686,7 +686,7 @@ int kit_run_tests(int argc, char **argv) {
no_color || kit_print_color_(kit_green_);
printf(" -> ");
no_color || kit_print_color_(kit_light_);
- printf("Expected value ");
+ printf("Expected value ");
no_color || kit_print_color_(kit_white_);
printf("%10lld",
(long long) kit_tests_list.v[i].expected[j]);