diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2024-08-08 09:21:16 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2024-08-08 09:21:16 +0200 |
commit | fdf845d0bd6ddde585bc16900f89f63f3ef1880b (patch) | |
tree | cec1e574ee8b281a14d76a5520e224bb630e9a33 /tests | |
parent | 75fc6f1c374796f9e794297c3893089009b8772f (diff) | |
download | liberty-fdf845d0bd6ddde585bc16900f89f63f3ef1880b.tar.gz liberty-fdf845d0bd6ddde585bc16900f89f63f3ef1880b.tar.xz liberty-fdf845d0bd6ddde585bc16900f89f63f3ef1880b.zip |
const-qualify configuration schema items in tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/liberty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/liberty.c b/tests/liberty.c index 3d932d5..92647ae 100644 --- a/tests/liberty.c +++ b/tests/liberty.c @@ -636,7 +636,7 @@ test_config_validate_nonnegative return false; } -static struct config_schema g_config_test[] = +static const struct config_schema g_config_test[] = { { .name = "foo", .comment = "baz", |