summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/lilv_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lilv_test.c b/test/lilv_test.c
index 5e2c54a..804b813 100644
--- a/test/lilv_test.c
+++ b/test/lilv_test.c
@@ -1214,7 +1214,7 @@ test_state(void)
// Save state to a string
char* state1_str = lilv_state_to_string(
- world, &map, &unmap, state, "http://example.org/state1");
+ world, &map, &unmap, state, "http://example.org/state1", NULL);
// Restore from string
LilvState* from_str = lilv_state_new_from_string(world, &map, state1_str);