summaryrefslogtreecommitdiffstats
path: root/test/failed_lib_descriptor.lv2/test_failed_lib_descriptor.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/failed_lib_descriptor.lv2/test_failed_lib_descriptor.c')
-rw-r--r--test/failed_lib_descriptor.lv2/test_failed_lib_descriptor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/failed_lib_descriptor.lv2/test_failed_lib_descriptor.c b/test/failed_lib_descriptor.lv2/test_failed_lib_descriptor.c
index 5f7329f..194d3b4 100644
--- a/test/failed_lib_descriptor.lv2/test_failed_lib_descriptor.c
+++ b/test/failed_lib_descriptor.lv2/test_failed_lib_descriptor.c
@@ -25,7 +25,7 @@ main(int argc, char** argv)
// Load test plugin bundle
char* abs_bundle = lilv_path_absolute(bundle_path);
SerdNode* bundle =
- serd_new_file_uri(NULL, SERD_STRING(abs_bundle), SERD_EMPTY_STRING());
+ serd_new_file_uri(NULL, serd_string(abs_bundle), serd_empty_string());
lilv_world_load_bundle(world, bundle);
free(abs_bundle);