tests: remove placeholders for arguments

This commit is contained in:
tokyo4j 2025-10-16 06:27:20 +09:00
parent 77a11568a7
commit c6b3b795d2
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);