summaryrefslogtreecommitdiff
path: root/lily-test.h
diff options
context:
space:
mode:
Diffstat (limited to 'lily-test.h')
-rw-r--r--lily-test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lily-test.h b/lily-test.h
index 3ab4507..265c653 100644
--- a/lily-test.h
+++ b/lily-test.h
@@ -282,7 +282,7 @@ void lily_run_test(void (*test)())
if (lily_g.failed) {
lily_g.n_tests_failed += 1;
printf("================================================================================\n");
- printf("test \"%s\" failed!\n", lily_g.test_name);
+ printf("test \"%s\" failed!\n\n", lily_g.test_name);
lily_test_msg_t *n = lily_g.HEAD.next;
while(n != NULL) {
printf(" %s\n [%s]\n\n", n->msg, n->location);