aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-06-09 08:31:05 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-06-09 08:32:01 -0400
commitc0ffbd5101e8069e7c5459fa91bd78111e512830 (patch)
treef5b2849ba35312738f0134c1c7ed2c4145efd391
parent66fa17845664c772b6d2bc142526d5ac66bde4a2 (diff)
downloadstasis-c0ffbd5101e8069e7c5459fa91bd78111e512830.tar.gz
Remove errant call to puts()
-rw-r--r--tests/test_strlist.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_strlist.c b/tests/test_strlist.c
index 6111013..4dcbe4c 100644
--- a/tests/test_strlist.c
+++ b/tests/test_strlist.c
@@ -4,7 +4,6 @@
do { \
struct StrList *list; \
list = strlist_init(); \
- puts("----"); \
for (size_t i = 0; i < sizeof(tc) / sizeof(*tc); i++) { \
strlist_append(&list, (char *) tc[i].data); \
result = FUNC(list, i); \