comment fix

This commit is contained in:
jlamothe 2023-11-06 20:30:06 +00:00
parent 311eaa429d
commit 13dc0deba1

View File

@ -44,7 +44,7 @@ extern void runTest(
TestResult (*)(void) // the test to run
);
// Runs multiple tests
// Runs multiple tests, displaying a summary at the end
extern void runTests(
// function that runs the tests and updates the provided TestState
void (*)(TestState *)