testTodoEnd() needs to lock

when NULLing
This commit is contained in:
Michael Davidsaver
2020-02-14 13:28:44 +00:00
parent 3465c0c8b0
commit 8668cc1267
+1 -1
View File
@@ -176,7 +176,7 @@ void testTodoBegin(const char *why) {
}
void testTodoEnd(void) {
todo = NULL;
testTodoBegin(NULL);
}
int testDiag(const char *fmt, ...) {