Skip to content

Commit

Permalink
test: vertical alignment of integration test names
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredh committed Nov 16, 2024
1 parent 02d2959 commit 37d42a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -1110,7 +1110,7 @@ int test_integration(const char *name, bool verbose)
if (str_isset(name) && test->name)
continue;

(void)re_fprintf(stderr, " %-28s: ", test->name);
(void)re_fprintf(stderr, " %-32s: ", test->name);

if (test->exec)
err = test->exec();
Expand Down

0 comments on commit 37d42a1

Please sign in to comment.