summaryrefslogtreecommitdiffstats
path: root/test/lilv_test_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/lilv_test_utils.c')
-rw-r--r--test/lilv_test_utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/lilv_test_utils.c b/test/lilv_test_utils.c
index 7a494ce..6f0b8d9 100644
--- a/test/lilv_test_utils.c
+++ b/test/lilv_test_utils.c
@@ -94,8 +94,8 @@ create_bundle(LilvTestEnv* env,
return 1;
}
- SerdNode* s = serd_new_file_uri(SERD_MEASURE_STRING(env->test_bundle_path),
- SERD_EMPTY_STRING());
+ SerdNode* s =
+ serd_new_file_uri(SERD_STRING(env->test_bundle_path), SERD_EMPTY_STRING());
env->test_bundle_uri = lilv_new_uri(env->world, serd_node_string(s));
env->test_manifest_path =