comment fix
This commit is contained in:
parent
311eaa429d
commit
13dc0deba1
2
9unit.h
2
9unit.h
|
@ -44,7 +44,7 @@ extern void runTest(
|
||||||
TestResult (*)(void) // the test to run
|
TestResult (*)(void) // the test to run
|
||||||
);
|
);
|
||||||
|
|
||||||
// Runs multiple tests
|
// Runs multiple tests, displaying a summary at the end
|
||||||
extern void runTests(
|
extern void runTests(
|
||||||
// function that runs the tests and updates the provided TestState
|
// function that runs the tests and updates the provided TestState
|
||||||
void (*)(TestState *)
|
void (*)(TestState *)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user