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_string.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_string.c')
-rw-r--r-- | test/test_string.c | 3 |
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; } |