Skip to content

Commit 72b75c4

Browse files
committed
Clarify: Passing NULL creates an empty suite runner
Clarify that calling `srunner_create(NULL)` will return an empty suite runner to which suites can be added.
1 parent a43909b commit 72b75c4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/check.h.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1960,7 +1960,8 @@ CK_DLL_EXP const char *CK_EXPORT tr_tname(TestResult * tr);
19601960
* run with srunner_run_all(). Once finished, the suite runner
19611961
* must be freed with srunner_free().
19621962
*
1963-
* @param s suite to generate a suite runner for, NULL if none
1963+
* @param s suite to generate a suite runner for, NULL to create
1964+
* an empty suite runner
19641965
*
19651966
* @return suite runner for the given suite
19661967
*

0 commit comments

Comments
 (0)