Use proper type for enumerator_t/linked_list_t tests

Worked with -O2 but not with -O0.
This commit is contained in:
Tobias Brunner
2013-06-11 11:03:11 +02:00
parent de42bf35f9
commit 952073b8a7
2 changed files with 18 additions and 10 deletions
+2 -1
View File
@@ -142,7 +142,8 @@ static enumerator_t* create_inner(linked_list_t *outer, void *data)
START_TEST(test_nested)
{
int round, x;
intptr_t x;
int round;
linked_list_t *list, *l1, *l2, *l3;
enumerator_t *enumerator;