Rewrote a TODO. Didn't solve it yet, because I'm genuinely indecisive about this one.

This commit is contained in:
Pietro Gagliardi 2019-06-01 12:17:08 -04:00
parent 8531710f03
commit 9ad77ac57e
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ static bool testingprivTRun(testingT *t, testingprivOutbuf *parentbuf)
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)
{
size_t i;