const-qualify configuration schema items in tests

This commit is contained in:
Přemysl Eric Janouch 2024-08-08 09:21:16 +02:00
parent 75fc6f1c37
commit fdf845d0bd
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 1 additions and 1 deletions

View File

@ -636,7 +636,7 @@ test_config_validate_nonnegative
return false; return false;
} }
static struct config_schema g_config_test[] = static const struct config_schema g_config_test[] =
{ {
{ .name = "foo", { .name = "foo",
.comment = "baz", .comment = "baz",