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_node.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_node.c')
-rw-r--r-- | test/test_node.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_node.c b/test/test_node.c index 09e9dfff..574c10d3 100644 --- a/test/test_node.c +++ b/test/test_node.c @@ -285,7 +285,5 @@ main(void) test_node_from_string(); test_node_from_substring(); test_uri_node_from_node(); - - printf("Success\n"); return 0; } |