From 37d42a1d44118a8f251a32e4895ea42637f37bce Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" <114750+alfredh@users.noreply.github.com> Date: Sat, 16 Nov 2024 15:46:40 +0100 Subject: [PATCH] test: vertical alignment of integration test names --- test/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.c b/test/test.c index fcbe2b4e6..1ec985d46 100644 --- a/test/test.c +++ b/test/test.c @@ -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();