Skip to content

Commit

Permalink
Documentation fix for TIMED_TEST.
Browse files Browse the repository at this point in the history
  • Loading branch information
MF42-DZH committed Oct 22, 2021
1 parent 1a4b959 commit 0918a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catom.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ typedef struct {

/**
* Create a template for an untimed test.
* Assertion failures show the function name prefixed with __.
*
* @param test_name Desired identifier for the test.
* @param description Description of test which will be printed out when running.
Expand All @@ -140,6 +139,7 @@ typedef struct {
* -- NON-EARLY-EXITING TESTS --
*
* If assertions that fail are present inside of a timed test, they will be printed as the failure instead of the timed test failing.
* Only one assertion failure will be printed.
*
* -- EARLY-EXITING TESTS --
*
Expand Down

0 comments on commit 0918a83

Please sign in to comment.