diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2026-07-16 14:08:24 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2026-07-16 14:08:24 +0530 |
| commit | 1a52152852ff29c727673fc80e8bf8eca5ed6365 (patch) | |
| tree | e719771aa1b23f0b8774814ee907057f86f1dda1 /tests/main.c | |
| parent | 6ac448727e1e26c78055eaaa361217f64393d808 (diff) | |
starting pos, move count, test pass
Diffstat (limited to 'tests/main.c')
| -rw-r--r-- | tests/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
