Skip to content

Commit

Permalink
test: vertical alignment of integration test names (#1212)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredh authored Nov 17, 2024
1 parent 02d2959 commit c73b5ec
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 c73b5ec

Please sign in to comment.