From 0918a838159fc8d261766a22b7c0f689e2b6c3e0 Mon Sep 17 00:00:00 2001 From: Fawwaz Abdullah Date: Fri, 22 Oct 2021 11:15:05 +0100 Subject: [PATCH] Documentation fix for TIMED_TEST. --- catom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catom.h b/catom.h index 640079c..db2583f 100644 --- a/catom.h +++ b/catom.h @@ -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. @@ -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 -- *