summaryrefslogtreecommitdiffstats
path: root/test/test_state.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_state.c')
-rw-r--r--test/test_state.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_state.c b/test/test_state.c
index aeb3f02..27224ad 100644
--- a/test/test_state.c
+++ b/test/test_state.c
@@ -60,6 +60,7 @@ static TestContext*
test_context_new(void)
{
TestContext* ctx = (TestContext*)calloc(1, sizeof(TestContext));
+ assert(ctx);
lilv_test_uri_map_init(&ctx->uri_map);