Rewrote a TODO. Didn't solve it yet, because I'm genuinely indecisive about this one.
This commit is contained in:
parent
8531710f03
commit
9ad77ac57e
|
@ -154,7 +154,7 @@ static bool testingprivTRun(testingT *t, testingprivOutbuf *parentbuf)
|
||||||
return !t->failed;
|
return !t->failed;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO rename all options to opts
|
// TODO make options and opts consistent throughout? what about format vs fmt in public-facing functions?
|
||||||
static void testingprivSetRun(testingSet *set, const testingOptions *opts, testingprivOutbuf *outbuf, bool *anyFailed)
|
static void testingprivSetRun(testingSet *set, const testingOptions *opts, testingprivOutbuf *outbuf, bool *anyFailed)
|
||||||
{
|
{
|
||||||
size_t i;
|
size_t i;
|
||||||
|
|
Loading…
Reference in New Issue