From fbb4629a53118746a33b1a7e97e14667381263cc Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 31 Oct 2021 14:08:15 +0000 Subject: [PATCH] Tests: Delete spurious blank line. --- test/units/ttest.h | 1 - 1 file changed, 1 deletion(-) diff --git a/test/units/ttest.h b/test/units/ttest.h index 5d9d3af..696f73f 100644 --- a/test/units/ttest.h +++ b/test/units/ttest.h @@ -99,7 +99,6 @@ static inline bool ttest__run_test( while (pos < report->test_list_len) { /* Skip commas and spaces. */ pos += strspn(report->test_list + pos, ", "); - len = strcspn(report->test_list + pos, ", "); if (len == name_len) { if (memcmp(report->test_list + pos, name, len) == 0) {