From 3466546567bb2a4014c221523bbb04c1860916f5 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Tue, 12 Sep 2023 07:52:37 +0200 Subject: kit_test: fix typo --- source/kit/kit_test.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source') diff --git a/source/kit/kit_test.h b/source/kit/kit_test.h index 20155af..f51516f 100644 --- a/source/kit/kit_test.h +++ b/source/kit/kit_test.h @@ -612,7 +612,7 @@ int kit_run_tests(int argc, char **argv) { printf("%s", kit_tests_list.v[i].test_file + file_root); no_color || kit_print_color_(kit_light_); - printf("\"!.\n"); + printf("\"!\n"); } else { no_color || kit_print_color_(kit_light_); printf("Unknown signal (%d) for \"", signum); @@ -624,7 +624,7 @@ int kit_run_tests(int argc, char **argv) { printf("%s", kit_tests_list.v[i].test_file + file_root); no_color || kit_print_color_(kit_light_); - printf("\"!.\n"); + printf("\"!\n"); } have_kit_report_s = 1; } @@ -640,7 +640,7 @@ int kit_run_tests(int argc, char **argv) { printf("%s", kit_tests_list.v[i].test_file + file_root); no_color || kit_print_color_(kit_light_); - printf("\"!.\n"); + printf("\"!\n"); have_kit_report_s = 1; } } -- cgit v1.2.3