aboutsummaryrefslogtreecommitdiff
path: root/tests/liberty.c
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2024-08-08 09:21:16 +0200
committerPřemysl Eric Janouch <p@janouch.name>2024-08-08 09:21:16 +0200
commitfdf845d0bd6ddde585bc16900f89f63f3ef1880b (patch)
treecec1e574ee8b281a14d76a5520e224bb630e9a33 /tests/liberty.c
parent75fc6f1c374796f9e794297c3893089009b8772f (diff)
downloadliberty-fdf845d0bd6ddde585bc16900f89f63f3ef1880b.tar.gz
liberty-fdf845d0bd6ddde585bc16900f89f63f3ef1880b.tar.xz
liberty-fdf845d0bd6ddde585bc16900f89f63f3ef1880b.zip
const-qualify configuration schema items in tests
Diffstat (limited to 'tests/liberty.c')
-rw-r--r--tests/liberty.c2
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",