Oops, missed a spot when cleaning up the previous commit. Fixed.
This commit is contained in:
parent
5ab1266b5d
commit
cf15dba2ef
|
@ -68,7 +68,7 @@ struct testingT {
|
||||||
const char *name;
|
const char *name;
|
||||||
void (*f)(testingT *);
|
void (*f)(testingT *);
|
||||||
int failed;
|
int failed;
|
||||||
struct testingprivTest *next;
|
testingT *next;
|
||||||
};
|
};
|
||||||
|
|
||||||
static testingT *tests = NULL;
|
static testingT *tests = NULL;
|
||||||
|
|
Loading…
Reference in New Issue