Skip to content

Commit

Permalink
Tests: Delete spurious blank line.
Browse files Browse the repository at this point in the history
  • Loading branch information
tlsa committed Oct 31, 2021
1 parent 10c220b commit fbb4629
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/units/ttest.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit fbb4629

Please sign in to comment.