summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/creole-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/creole-test.c b/src/creole-test.c
index 1e25a0f..835ee42 100644
--- a/src/creole-test.c
+++ b/src/creole-test.c
@@ -305,7 +305,7 @@ next_char:
int main(void) {
for (size_t i = 0; i < COUNT(tests); ++i) {
- printf("Running test: %s... ", tests[i].name);
+ printf("Running test: \x1b[1m%s\x1b[0m... ", tests[i].name);
static char buffer[1024];
FILE *fp = fmemopen(buffer, sizeof(buffer), "wb");