diff options
Diffstat (limited to 'tests/sratom_test.c')
-rw-r--r-- | tests/sratom_test.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/sratom_test.c b/tests/sratom_test.c index 8f21c18..253d52c 100644 --- a/tests/sratom_test.c +++ b/tests/sratom_test.c @@ -279,7 +279,8 @@ main() SerdNode s = serd_node_from_string(SERD_BLANK, USTR("obj")); SerdNode p = serd_node_from_string(SERD_URI, USTR(NS_RDF "value")); - printf("%s", atom_to_turtle(sratom, &s, &p, obj)); + printf("%s", sratom_to_turtle(sratom, &s, &p, + obj->type, obj->size, LV2_ATOM_BODY(obj))); printf("All tests passed.\n"); sratom_free(sratom); |