const-qualify configuration schema items in tests
This commit is contained in:
parent
75fc6f1c37
commit
fdf845d0bd
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue