aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_uri.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-03-16 16:54:49 -0400
committerDavid Robillard <d@drobilla.net>2023-12-02 16:27:02 -0500
commit19b9f627ba195cab7c7ebea9daca9ead6e4f5d9a (patch)
tree39da1a30375903d8446250498b5f386fce515e2a /test/test_uri.c
parent82f8f804773b10c42b17a30872a59ed76b062794 (diff)
downloadserd-19b9f627ba195cab7c7ebea9daca9ead6e4f5d9a.tar.gz
serd-19b9f627ba195cab7c7ebea9daca9ead6e4f5d9a.tar.bz2
serd-19b9f627ba195cab7c7ebea9daca9ead6e4f5d9a.zip
Rename SerdChunk to SerdStringView
Diffstat (limited to 'test/test_uri.c')
-rw-r--r--test/test_uri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_uri.c b/test/test_uri.c
index d22ece63..2a42e5f6 100644
--- a/test/test_uri.c
+++ b/test/test_uri.c
@@ -130,7 +130,7 @@ test_uri_from_string(void)
}
static inline bool
-chunk_equals(const SerdChunk* a, const SerdChunk* b)
+chunk_equals(const SerdStringView* a, const SerdStringView* b)
{
return (!a->len && !b->len && !a->buf && !b->buf) ||
(a->len && b->len && a->buf && b->buf &&