From 13dc0deba119e1d29eff6112092ace1ac393cafc Mon Sep 17 00:00:00 2001 From: jlamothe Date: Mon, 6 Nov 2023 20:30:06 +0000 Subject: [PATCH] comment fix --- 9unit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/9unit.h b/9unit.h index 22ff7fc..223abf4 100644 --- a/9unit.h +++ b/9unit.h @@ -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 *)