diff options
author | David Robillard <d@drobilla.net> | 2024-09-21 12:45:46 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-09-21 13:45:56 -0400 |
commit | aec19c24a90373906a456ed09aaf23a18b7229ba (patch) | |
tree | 03dcf3ceb937d284c6ec77e77f513b8a0d88df02 /test/test_writer.c | |
parent | ae803df657df1f9e07a90b71f26736183f98b35d (diff) | |
download | serd-aec19c24a90373906a456ed09aaf23a18b7229ba.tar.gz serd-aec19c24a90373906a456ed09aaf23a18b7229ba.tar.bz2 serd-aec19c24a90373906a456ed09aaf23a18b7229ba.zip |
Remove pointless and inconsistent printing from unit tests
Diffstat (limited to 'test/test_writer.c')
-rw-r--r-- | test/test_writer.c | 1 |
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); } |