summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/kit/kit_test.h6
1 files changed, 3 insertions, 3 deletions
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;
}
}