From 1a52152852ff29c727673fc80e8bf8eca5ed6365 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Thu, 16 Jul 2026 14:08:24 +0530 Subject: starting pos, move count, test pass --- tests/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/main.c') diff --git a/tests/main.c b/tests/main.c index 191f0dd..ff7560d 100644 --- a/tests/main.c +++ b/tests/main.c @@ -22,7 +22,7 @@ int main() { padded_testname[j] = test_names[i][j]; j++; } - while (j < max_test_name_size + 2) { + while (j < max_test_name_size + 2 - 1) { padded_testname[j++] = ' '; } padded_testname[j] = 0; -- cgit v1.2.3