From 37cbbc536e3069a0b0ba46fda6ee5b57707cca92 Mon Sep 17 00:00:00 2001 From: Richard Russon Date: Sun, 26 May 2019 16:02:23 +0100 Subject: [PATCH] test: improve test_mutt_str_split() --- test/string/mutt_str_split.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/string/mutt_str_split.c b/test/string/mutt_str_split.c index f2fc0f611..747ed4371 100644 --- a/test/string/mutt_str_split.c +++ b/test/string/mutt_str_split.c @@ -131,4 +131,6 @@ void test_mutt_str_split(void) mutt_list_clear(&expectedval5); mutt_list_clear(&expectedval6); } + // move to list? + } -- 2.40.0