aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/serd_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/serd_test.c b/tests/serd_test.c
index ad8d20fc..8a91ab42 100644
--- a/tests/serd_test.c
+++ b/tests/serd_test.c
@@ -445,7 +445,7 @@ main(void)
FAIL("Base URI mismatch\n");
}
- SerdChunk prefix, suffix;
+ SerdSlice prefix, suffix;
if (!serd_env_expand(env, &b, &prefix, &suffix)) {
FAILF("Expanded invalid curie %s\n", b.buf);
}