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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_writer.c b/test/test_writer.c
index 6c765148..9e94e139 100644
--- a/test/test_writer.c
+++ b/test/test_writer.c
@@ -112,7 +112,6 @@ test_write_nested_anon(void)
"\t\t<http://example.org/p4> <http://example.org/o4>\n"
"\t] .\n";
- fprintf(stderr, "%s\n", out);
assert(!strcmp((char*)out, expected));
serd_free(out);
}