aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_writer.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_writer.c')
-rw-r--r--test/test_writer.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/test_writer.c b/test/test_writer.c
index b15f7fdc..76d046d7 100644
--- a/test/test_writer.c
+++ b/test/test_writer.c
@@ -56,9 +56,7 @@ test_write_long_literal(void)
SerdNode* s = serd_new_uri(serd_string("http://example.org/s"));
SerdNode* p = serd_new_uri(serd_string("http://example.org/p"));
- SerdNode* o = serd_new_literal(serd_string("hello \"\"\"world\"\"\"!"),
- serd_empty_string(),
- serd_empty_string());
+ SerdNode* o = serd_new_string(serd_string("hello \"\"\"world\"\"\"!"));
assert(!serd_writer_write_statement(writer, 0, NULL, s, p, o));