aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_string.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-09-21 12:45:46 -0400
committerDavid Robillard <d@drobilla.net>2024-09-21 13:45:56 -0400
commitaec19c24a90373906a456ed09aaf23a18b7229ba (patch)
tree03dcf3ceb937d284c6ec77e77f513b8a0d88df02 /test/test_string.c
parentae803df657df1f9e07a90b71f26736183f98b35d (diff)
downloadserd-aec19c24a90373906a456ed09aaf23a18b7229ba.tar.gz
serd-aec19c24a90373906a456ed09aaf23a18b7229ba.tar.bz2
serd-aec19c24a90373906a456ed09aaf23a18b7229ba.zip
Remove pointless and inconsistent printing from unit tests
Diffstat (limited to 'test/test_string.c')
-rw-r--r--test/test_string.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/test_string.c b/test/test_string.c
index 23835ca9..1af3f45a 100644
--- a/test/test_string.c
+++ b/test/test_string.c
@@ -7,7 +7,6 @@
#include <assert.h>
#include <stdint.h>
-#include <stdio.h>
#include <string.h>
static void
@@ -57,7 +56,5 @@ main(void)
{
test_strlen();
test_strerror();
-
- printf("Success\n");
return 0;
}