summaryrefslogtreecommitdiffstats
path: root/test/test_discovery.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_discovery.c')
-rw-r--r--test/test_discovery.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_discovery.c b/test/test_discovery.c
index 7d38207..35cdef6 100644
--- a/test/test_discovery.c
+++ b/test/test_discovery.c
@@ -43,8 +43,8 @@ discovery_verify_plugin(const LilvTestEnv* env, const LilvPlugin* plugin)
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, "discovery.lv2", SIMPLE_MANIFEST_TTL, plugin_ttl)) {
return 1;