diff options
author | David Robillard <d@drobilla.net> | 2021-08-13 12:46:05 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-08-13 12:46:05 -0400 |
commit | 6f36b5a3fb181f6b9f9b1538d894efe24a0e92c7 (patch) | |
tree | 0d3ae8a9a384fed74317828843b290e762448e76 /test/lilv_test_utils.c | |
parent | b72238c97fe2e3c9db550af7d4b22d41c8350eaf (diff) | |
download | lilv-6f36b5a3fb181f6b9f9b1538d894efe24a0e92c7.tar.gz lilv-6f36b5a3fb181f6b9f9b1538d894efe24a0e92c7.tar.bz2 lilv-6f36b5a3fb181f6b9f9b1538d894efe24a0e92c7.zip |
fixup! WIP: Port to serd1
Diffstat (limited to 'test/lilv_test_utils.c')
-rw-r--r-- | test/lilv_test_utils.c | 4 |
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 = |