mirror of
https://github.com/labwc/labwc.git
synced 2026-02-18 22:05:32 -05:00
tests: remove placeholders for arguments
This commit is contained in:
parent
7f67b9c866
commit
be44991def
3 changed files with 0 additions and 10 deletions
2
t/xml.c
2
t/xml.c
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue