Compare commits

...

2 Commits

Author SHA1 Message Date
jlamothe e3037f3f3f removed extraneous whitespace 2023-11-06 20:35:08 +00:00
jlamothe 13dc0deba1 comment fix 2023-11-06 20:30:06 +00:00

View File

@ -44,11 +44,10 @@ 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 *)
);
//jl