summaryrefslogtreecommitdiffstats
path: root/test/test_world.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_world.c')
-rw-r--r--test/test_world.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_world.c b/test/test_world.c
index fda8595..269e95f 100644
--- a/test/test_world.c
+++ b/test/test_world.c
@@ -19,7 +19,7 @@ main(void)
LilvNode* num = lilv_new_int(env->world, 4);
LilvNode* uri = lilv_new_uri(env->world, "http://example.org/object");
- LilvNodes* matches = lilv_world_find_nodes(world, num, NULL, NULL);
+ const LilvNodes* matches = lilv_world_find_nodes(world, num, NULL, NULL);
assert(!matches);
matches = lilv_world_find_nodes(world, NULL, num, NULL);