failtest: use a linked list for history, not an array.
This avoids a silly realloc, but more importantly it gets us closer to being runtime extensible, as each history element can be a different size.
Showing
Please register or sign in to comment