summaryrefslogtreecommitdiffstats
path: root/test/test_bad_port_index.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-10-06 14:38:19 -0400
committerDavid Robillard <d@drobilla.net>2024-10-11 14:10:27 -0400
commit0a2de34d4fdcedf87e101a309aaa180fcdf18fcc (patch)
tree3932ab3a3ccea5b5dd56527afe5f046a83cc3f8c /test/test_bad_port_index.c
parenta07a8818f22bfa6b467093f1efd287e86983fdf1 (diff)
downloadlilv-0a2de34d4fdcedf87e101a309aaa180fcdf18fcc.tar.gz
lilv-0a2de34d4fdcedf87e101a309aaa180fcdf18fcc.tar.bz2
lilv-0a2de34d4fdcedf87e101a309aaa180fcdf18fcc.zip
Add missing const qualifiersHEADmaster
Diffstat (limited to 'test/test_bad_port_index.c')
-rw-r--r--test/test_bad_port_index.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_bad_port_index.c b/test/test_bad_port_index.c
index 99bdfc6..c8eeb21 100644
--- a/test/test_bad_port_index.c
+++ b/test/test_bad_port_index.c
@@ -25,8 +25,8 @@ static const char* const plugin_ttl = "\
int
main(void)
{
- LilvTestEnv* const env = lilv_test_env_new();
- LilvWorld* const world = env->world;
+ LilvTestEnv* const env = lilv_test_env_new();
+ const LilvWorld* const world = env->world;
if (create_bundle(
env, "bad_port_index.lv2", SIMPLE_MANIFEST_TTL, plugin_ttl)) {