tests: remove placeholders for arguments

This commit is contained in:
tokyo4j 2025-10-16 06:27:20 +09:00 committed by Hiroaki Yamamoto
parent 7f67b9c866
commit be44991def
3 changed files with 0 additions and 10 deletions

View file

@ -100,8 +100,6 @@ struct test_case {
static void
test_lab_xml_expand_dotted_attributes(void **state)
{
(void)state;
for (size_t i = 0; i < ARRAY_SIZE(test_cases); i++) {
xmlDoc *doc = xmlReadDoc((xmlChar *)test_cases[i].before,
NULL, NULL, 0);