From c73b5ec352d9b236cf6e9ac8a405b1168db0d91f Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" <114750+alfredh@users.noreply.github.com> Date: Sun, 17 Nov 2024 20:14:44 +0100 Subject: [PATCH] test: vertical alignment of integration test names (#1212) --- 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();