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 b3270cde..c44fcb2f 100644
--- a/tests/serd_test.c
+++ b/tests/serd_test.c
@@ -413,7 +413,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);
}